HP Intelligent Management Center Extended API User Guide

Delete Operator
Delete an operator with the specified ID. Make sure that the operator to be deleted is offline.
Otherwise, the login operator will be unavailable.
Interface URI
/plat/operator/{id}
Access Method
HTTP
DELETE
Parameters
Path parameters
Operator ID.id
Long integer type. Required. No default value.
Returned Result
Status codes
204 (No Content): Success.
410 (Gone): No data is found with the specified ID.
409 (Conflict): Failure. See Error Codes.
Message header
HTTP/1.1 204 No Content
. . .
Example
Delete the operator with ID 4.
Request
DELETE http://imc_host:8080/imcrs/plat/operator/4
accept: application/xml
. . .
Response
HTTP/1.1 204 No Content
Delete Operator 43