Delete Environment
DELETE/api/v1/environments/:environmentID
Delete an Environment by ID. This operation is destructive and requires org admin permissions. Ensure the Environment has no active runs or dependent Job Schedules before you delete it.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 500
- 502
- 503
- 504
The Environment was successfully deleted.
The request was invalid.
User lacks authorization to perform this action.
The client is not permitted to perform the requested operation.
The requested resource could not be found.
The server encountered an unexpected condition that prevented it from fulfilling the request.
The server received an error from an upstream system.
The service is currently unavailable.
The server did not receive a response in time from an upstream system.