HP Intelligent Management Center Extended API User Guide

Delete Switch Access Binding
Delete a switch access binding with the specified ID.
Interface URI
/res/access/ifAccessBind/{id}
Access Method
HTTP
DELETE
Parameters
Path parameters
Switch 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 switch access binding with ID 3.
Request
DELETE http://localhost:8080/imcrs/res/access/ifAccessBind/3
accept: application/xml
...
Response
HTTP/1.1 204 No Content
Delete Switch Access Binding 261