Delete a category
Delete a tenant-owned custom category. Built-in global categories cannot be deleted. Browse request parameters, authentication requirements, response…
Delete a tenant-owned custom category. Built-in global categories cannot be deleted.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Response Body
application/json
application/json
curl -X DELETE "https://example.com/api/v1/categories/cat-123"{ "success": true, "data": { "id": "string" }}How is this guide?