Home / Resources / API Reference

Workspace Variable

Base route: /api/workspace-variable

Delete workspace variable

Deletes the variable definition and all its associated values from the workspace.

Request

Parameters
variableId
string
required
The ID of the variable to be removed.
Query string

DELETE /api/workspace-variable?variableId=...

Response

200 OK