Docs
Delete Variable
DELETE /documents/{documentId}/variables/{variableId}
DELETE
/documents/{documentId}/variables/{variableId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Event token | x-Event-Token | Optional | Run **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.