Docs

Delete Content Block

DELETE /surfaces/{surfaceId}/contentBlocks/{contentBlockId}

DELETE/surfaces/{surfaceId}/contentBlocks/{contentBlockId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Removes a scheduled content block from a surface. The content item itself is not deleted — only this scheduling entry.

Path Parameters

FieldTypeRequiredDescription
surfaceIdGuidRequiredThe ID of the surface. Replace `{{surfaceId}}` in the URL.
contentBlockIdGuidRequiredThe ID of the content block to remove. Replace `{{contentBlockId}}` in the URL.

Response

Returns 200 OK with an empty body on success.