How to permanently delete a category from Octavia AI CMS.
cURL
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 }
"{{objectId}}"
Deleted
Was this page helpful?