Skip to main content
DELETE
/
variables
/
{variableId}
Delete a variable by id
curl --request DELETE \
  --url https://eu-gcp-api.vg-stuff.com/v3/variables/{variableId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}
This action is irreversible. Deleting a variable permanently removes it and any references to it in agent instructions ({{var:id}}) will no longer work.
Tools using this variable will not automatically update. Review tool configurations after deletion.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

variableId
string
required

The unique identifier of the variable to delete

Response

Successful response

success
boolean
required

Indicates if the deletion was successful

message
string
required

Response message confirming deletion