# Delete a category

Soft-deletes a custom category. Returns 400 if the category is system-defined (custom: false).

Endpoint: DELETE /v1/businesses/{client_id}/categories/{category_id}
Version: v1
Security: BearerAuth

## Path parameters:

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

  - `category_id` (string, required)
    The ID of the category.
    Example: "7cb19e45-1234-5678-abcd-ef9876543210"


## Response 204 fields

## Response 400 fields

## Response 401 fields

## Response 403 fields

## Response 404 fields
