Skip to main content
DELETE
/
articles
/
delete
/
{id}
Delete article
curl --request DELETE \
  --url https://api.octaviatech.app/cms/articles/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 an article permanently removes it from your workspace. This action cannot be undone, and all associated data will be lost and inaccessible after deletion.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required
Pattern: ^[a-fA-F0-9]{24}$
Example:

"{{objectId}}"

Response

Deleted