Docs
Delete Content Block
DELETE /surfaces/{surfaceId}/contentBlocks/{contentBlockId}
DELETE
/surfaces/{surfaceId}/contentBlocks/{contentBlockId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your 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
| Field | Type | Required | Description |
|---|---|---|---|
| surfaceId | Guid | Required | The ID of the surface. Replace `{{surfaceId}}` in the URL. |
| contentBlockId | Guid | Required | The ID of the content block to remove. Replace `{{contentBlockId}}` in the URL. |
Response
Returns 200 OK with an empty body on success.