# Unlink a budget from a custom field

Removes the link between a custom field and a budget.

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

## Path parameters:

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

  - `custom_field_id` (string, required)
    The ID of the custom field.
    Example: "3fa85f64-5717-4562-b3fc-2c963f66afa6"

  - `budget_id` (string, required)
    The ID of the budget.


## Response 204 fields

## Response 401 fields

## Response 403 fields

## Response 404 fields
