Docs

Delete Content

DELETE /content/{contentId}

DELETE/content/{contentId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour 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

FieldTypeRequiredDescription
contentIdGuidRequiredThe ID of the content item to delete. Replace `{{contentId}}` in the URL.

Response

Returns 200 OK with an empty body on success.