Delete Service Instance method

Use the Delete Service Instance method to purge or delete a service instance.

HTTP method: DELETE

URI: /monitor/connection_name/execution_id

Request payload content type: None

Response payload content type: application/xml

Expected response: HTTP/1.1 204 No Content

Parameters

The method URI contains the following parameters.

Name Description Required
connection_name Enter the name that identifies the Optim™ directory connection that contains the service instance. Y
execution_id Enter the execution ID that identifies the service instance to be deleted. Y

Response codes

The following response codes can be received when the method is complete.

Response code Description
204 No Content. The service instance was successfully purged.
400 Bad Request. A malformed request was submitted.
404 Not Found. The execution ID does not exist.


Feedback