Delete an Environment

delete

/environment/{id}

Deletes the specified environment.

Request

Path Parameters
Back to Top

Response

200 Response

The environment was deleted successfully.

404 Response

The environment is not found.
Back to Top

Examples

The following example shows how to delete an environment by submitting a DELETE request on the REST resource using cURL. For more information about cURL, see "Use cURL".

curl -X DELETE 'hostname:port/environment/20" -H "accept: */*"

Example of the Response Body

If successful, the response code 204 is returned along with a header.

Back to Top