Docs

Delete Surface

DELETE /surfaces/{surfaceId}

DELETE/surfaces/{surfaceId}

Required Tokens

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

FieldTypeRequiredDescription
surfaceIdGuidRequiredThe ID of the surface to delete. Replace `{{surfaceId}}` in the URL.

Response

Returns 200 OK with an empty body on success.