Skip to content

Delete an environment

DELETE
/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}
curl --request DELETE \
--url https://dashboard.quantcdn.io/api/v3/organizations/test-org/applications/test-app/environments/test-env \
--header 'Authorization: Bearer <token>'
organisation
required
string

The organisation ID

Example
test-org
application
required
string

The application ID

Example
test-app
environment
required
string

The environment ID

Example
test-env

The environment deleted

The environment not found