curl --request DELETE \
--url https://api.example.com/api/projects/{projectId}/environments/{environmentId} \
--header 'Authorization: Bearer <token>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}Soft deletes an environment from the project.
curl --request DELETE \
--url https://api.example.com/api/projects/{projectId}/environments/{environmentId} \
--header 'Authorization: Bearer <token>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}Personal access token is obtained through your profile
ID of the environment to delete
ID of the project containing the environment
The ID of the deleted environment
The ID of the deleted environment
ID of the deleted environment
Was this page helpful?