Skip to main content
DELETE
http://localhost:3000
/
environments
/
{id}
curl -X DELETE 'https://api.example.com/environments/environment_staging' \
  -H 'Authorization: Bearer YOUR_TOKEN'

Path Parameters

id
string
required
The environment ID to delete

Response

Returns 204 No Content on success.
curl -X DELETE 'https://api.example.com/environments/environment_staging' \
  -H 'Authorization: Bearer YOUR_TOKEN'