Docs
Delete Surface
DELETE /surfaces/{surfaceId}
DELETE
/surfaces/{surfaceId}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 surface and all of its scheduled content blocks.
Warning: This action is irreversible. All content blocks on this surface will be removed.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| surfaceId | Guid | Required | The ID of the surface to delete. Replace `{{surfaceId}}` in the URL. |
Response
Returns 200 OK with an empty body on success.