Delete This Partition

delete

/management/lifecycle/{version}/environments/{environment}/runtimes/{runtime}/partitions/{partition}

The DELETE method deletes the partition 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 a Partition

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

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/runtimes/WLSRuntime/partitions/SpritePartition
Example Response
HTTP/1.1 200 OK
Response Body:
{}
Back to Top