# 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.

  - `category_id` (string, required)
    The ID of the category.

