HP Intelligent Management Center Extended API User Guide

Delete Interface View
Delete an interface view based on interface view ID.
Interface URI
/plat/res/view/interface/{id}
Access Method
HTTP
DELETE
Parameters
Path parameter
Interface view ID.id
Long integer type. Required. No default value.
Returned Result
Status codes
204 (No Content): Success.
410 (Gone): The data specified with the ID does not exist.
409 (Conflict): Failure. See Error Codes.
Message header
HTTP/1.1 204 No Content
...
Example
Delete an interface view with the ID 2.
Request
DELETE http://imc_host:8080/imcrs/plat/res/view/interface/2
accept: application/xml
...
Response
HTTP/1.1 204 No Content
Delete Interface View 155