Skip to main content
DELETE
/
categories
/
delete
/
{id}
Delete category
curl --request DELETE \
  --url https://api.octaviatech.app/cms/categories/delete/{id} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "statusCode": 200,
  "message": "Deleted",
  "data": null
}
Deleting a category permanently removes it from your workspace. This action cannot be undone, and all related references (such as subcategories or articles linked to this category) will no longer be accessible.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required
Example:

"{{objectId}}"

Response

Deleted