HP Intelligent Management Center Extended API User Guide

Delete Operator Group
Delete an operator group with the specified ID.
Interface URI
/plat/operatorGroup/{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 group with ID 4.
Request
Delete http://imc_host:8080/imcrs/plat/operatorGroup/4
accept: application/xml
. . .
Response
HTTP/1.1 204 No Content
52 System Management