Skip to content

Delete a variable

DELETE
/api/v3/organizations/{api_organisation}/applications/{api_application}/environments/{api_environment}/variables/{api_variable}
curl --request DELETE \
--url https://dashboard.quantcdn.io/api/v3/organizations/example/applications/example/environments/example/variables/example \
--header 'Authorization: Bearer <token>'
api_organisation
required
string

The organisation ID

api_application
required
string

The application ID

api_environment
required
string

The environment ID

api_variable
required
string

The variable key

The variable deleted

The variable not found