Docs

Delete Variable

DELETE /documents/{documentId}/variables/{variableId}

DELETE/documents/{documentId}/variables/{variableId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Event tokenx-Event-TokenOptionalRun **Get Tokens** in the Authorization folder.

Removes a variable from a document. Blocks that reference this variable by ID in their filters will gracefully degrade — the filter is dropped at render time rather than causing an error.

Response

200 OK with no body.