Skip to content

Delete a category

Request

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

Security
BearerAuth
Path
client_idintegerrequired

The ID of the business.

Example:123
category_idstring, (uuid)required

The ID of the category.

Example:7cb19e45-1234-5678-abcd-ef9876543210
DELETE
/v1/businesses/{client_id}/categories/{category_id}
curl -i -X DELETE \
  https://public.letsweel.com/v1/businesses/123/categories/7cb19e45-1234-5678-abcd-ef9876543210 \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

No Content