Docs
Delete Content
DELETE /content/{contentId}
DELETE
/content/{contentId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
Permanently deletes a content item. Any surface content blocks referencing this item will also be removed.
Warning: This action is irreversible.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| contentId | Guid | Required | The ID of the content item to delete. Replace `{{contentId}}` in the URL. |
Response
Returns 200 OK with an empty body on success.