Permanently delete a compute environment and all its associated resources. This will stop all running deployments and clean up related configurations. The default environment cannot be deleted if other environments exist.
curl --request DELETE \
--url https://api.case.dev/compute/v1/environments/{name} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Environment 'litigation-processing' deleted"
}API key starting with sk_case_
Name of the compute environment to delete
Was this page helpful?
curl --request DELETE \
--url https://api.case.dev/compute/v1/environments/{name} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Environment 'litigation-processing' deleted"
}