Delete This Runtime

delete

/management/lifecycle/{version}/runtimes/{runtime}

The DELETE method unregisters the runtime identified by the resource URL.

Roles

Admin

Request

Supported Media Types
Path Parameters
Security
Back to Top

Response

200 Response

Back to Top

Examples

Unregistering a Runtime

This example uses the DELETE method to unregister a specific runtime.

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