Skip to main content
DELETE
/
cms
/
{slug}
Delete CMS Collection
curl --request DELETE \
  --url https://api.kardow.com/cms/{slug} \
  --header 'x-api-key: <api-key>'
{
  "error": {
    "message": "<string>",
    "code": "<string>",
    "details": "<unknown>",
    "url": "<string>"
  }
}
This is irreversible. Items are not soft-deleted.

Authorizations

x-api-key
string
header
required

API key for authentication. Get yours from Settings > API Keys in the Kardow dashboard.

Path Parameters

slug
string
required

Response

Deleted