HP Intelligent Management Center Extended API User Guide

Delete Custom Performance Index
Delete a custom performance index with the specified ID.
Interface URI
/perf/task/delete/{taskId}
Access Method
HTTP
DELETE
Parameters
Path parameters
Index ID. Integer type. Required. No default value. For the valid values, see Query Performance
Indexes.
taskId
Returned Result
Status codes
204 (No Content): Success.
409 (Conflict): Failure. See Error Codes.
410 (Gone): No data is found with the specified ID.
Example
Delete the custom index with ID 234.
Request
DELETE http://imc_host:port/imcrs/perf/task/delete/800001
accept: application/xml
...
Response
HTTP/1.1 204 No Content
...
The message body is empty.
346 Network Performance Management