Unregister A Partition
delete
/management/lifecycle/{version}/runtimes/{runtime}/partitions
The DELETE method unregisters a partition identified by name.
Roles
Admin
Request
Supported Media Types
- application/json
Path Parameters
-
runtime: string
The name of the runtime.
-
version: string
The version of the WebLogic Lifecycle REST interface.
Query Parameters
-
name: string
The name of the partition to unregister.
Security
-
Admin: basic
Type:
basic
Response
200 Response
Examples
Unregistering a Partition
This example uses the DELETE method to unregister a 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/runtimes/WLSRuntime/partitions?name=SpritePartition
Example Response
Back to TopHTTP/1.1 200 OK Response Body: {}