Company logoTrust Center Documentation
API v1 ReferenceCategoriesId

Delete a category

Delete a tenant-owned custom category. Built-in global categories cannot be deleted. Browse request parameters, authentication requirements, response…

DELETE
/api/v1/categories/{id}

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?