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

Page 43: Returned result, Example

Advertising
background image

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

Advertising