Skip to main content

Delete Business Category (v1)

Delete a business category.

Method & Path​

DELETE /v1/admin/business-categories/:categoryId

Description​

Permanently deletes a business category from the platform.

Authentication​

Required: Admin authentication with businesses.manage permission.

Path Parameters​

ParameterTypeRequiredDescription
categoryIdstringYesThe category ID

Response 204 No Content​

No response body.

Common Errors​

  • 401 Unauthorized: Missing or invalid admin authentication token
  • 403 Forbidden: Insufficient permissions
  • 404 Not Found: Category not found
  • 409 Conflict: Category is in use and cannot be deleted
  • 500 Internal Server Error: Server error