Skip to main content
DELETE
/
variables
/
{id}
Delete Variable
curl --request DELETE \
  --url https://api.example.com/variables/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Enter 'Bearer' followed by a space and your token (e.g., 'Bearer ${HASMCP_ACCESS_TOKEN}').

Path Parameters

id
string
required

Variable ID

Response

204

Variable deleted