Category — Delete
Deletes a category.
Endpoint
| Endpoint | Method |
|---|---|
/api/admin/catalog/categories/{id} | DELETE |
{id} must be a positive integer.
Response
200 OK:
json
{ "message": "Category deleted successfully." }Errors
| HTTP | Cause |
|---|---|
400 Bad Request | Root category (id=1) or a category used as a channel's root_category_id |
401 Unauthorized | Missing or invalid Bearer token |
404 Not Found | The category does not exist |
For bulk deletion, use the Mass Delete endpoint.

