Delete terminal access binding, Interface uri, Access method – HP Intelligent Management Center Licenses User Manual

Page 249: Returned result, Example

Advertising
background image

Delete Terminal Access Binding

Delete a terminal access binding with the specified ID.

Interface URI

/res/access/macAccessBind/{id}

Access Method

HTTP

DELETE

Parameters

Path parameters

Terminal access binding 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 terminal access binding with ID 1.

Request

DELETE http://localhost:8080/imcrs/res/access/macAccessBind/1
accept: application/xml
...

Response

HTTP/1.1 204 No Content

Delete Terminal Access Binding 249

Advertising