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
}

Documentation Index

Fetch the complete documentation index at: https://developers.octaviatech.app/llms.txt

Use this file to discover all available pages before exploring further.

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
Pattern: ^[a-fA-F0-9]{24}$
Example:

"{{objectId}}"

Response

Deleted