Delete operator group, Interface uri, Access method – HP Intelligent Management Center Licenses User Manual

Page 52: Returned result, Example

Advertising
background image

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

Advertising