Delete This Environment

delete

/management/lifecycle/{version}/environments/{environment}

The DELETE method deletes the environment identified by the resource URL.

Roles

Admin

Request

Supported Media Types
Path Parameters
Security
Back to Top

Response

200 Response

Back to Top

Examples

Deleting an Environment

This example uses the DELETE method to delete a specific environment.

Example Request
curl -v \
--user username:password \
-H X-Requested-By:MyClient \
-H Accept:application/json \
-X DELETE http://localhost:7001/management/lifecycle/latest/environments/sprite
Example Response
HTTP/1.1 200 OK
Response Body:
{}
Back to Top