Delete environment
DELETE/core/environments/:id
Deletes an environment permanently. Provide the environment ID in the path to remove the specified environment.
State requirement: This operation requires the environment to have no attached child resources. Delete or move VMs, volumes, keypairs, firewalls, and any other environment-scoped resources first.
Request
Responses
- 200
- 400
- 401
- 404
- 405
- 500
The environment has been successfully deleted.
Bad Request
Unauthorized
Not Found
The HTTP method isn't supported for this path. Check the method and try again.
Common cause: error_reason: not_allowed.
Internal Server Error
Was this page helpful?