# Delete a custom field

Deletes a custom field. This also removes all associated options and budget links.

Endpoint: DELETE /v1/businesses/{client_id}/custom-fields/{custom_field_id}
Version: v1
Security: BearerAuth

## Path parameters:

  - `client_id` (integer, required)
    The ID of the business.

  - `custom_field_id` (string, required)
    The ID of the custom field.

