Home / Resources / API Reference

Workspace Variable

Base route: /api/workspace-variable

Delete workspace variable value

Removes a specific value assignment from a variable.

Request

Parameters
variableValueId
string
required
The ID of the variable value to be deleted.
Query string

DELETE /api/workspace-variable/value? variableValueId=...

Response

200 OK