Skip to main content
DELETE
/
variables
/
{variable_id}
Delete variable
curl --request DELETE \
  --url https://api.questra.ai/variables/{variable_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Org-Id: <x-org-id>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Headers

X-Org-Id
string
required

The ID of the organization to make requests against. Found on your Settings page.

Path Parameters

variable_id
string
required

Unique ID of the variable to delete

Response