// Workspace Variables

Delete a workspace variable

Soft-delete a workspace variable.

DELETE/api/workspace-variable

Description

Soft-deletes the workspace variable. Projects that imported it lose access on the next deployment.

Parameters

NameInTypeRequiredDescription
variableId query string yes ID of the workspace variable.

Errors

StatusMeaning
400 Invalid variableId.
401 Missing or invalid Basic auth credentials, or the service account lacks the required role.