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

Page 187: Returned result, Example

Advertising
background image

Delete User

Delete a user with the specified ID.

Interface URI

/user{id}

Access Method

HTTP

DELETE

Parameters

Path parameters

User 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 user with ID 4.

Request

DELETE http://imc_host:8080/imcrs/user/4
accept: application/xml
...

Response

HTTP/1.1 204 No Content

Delete User

187

Advertising