You can delete a specific threshold profile.
Execution permission
Admin, Modify
Request line
DELETE baseURL/v1/objects/ThresholdProfiles/{id}
Request body
Not applicable.
Response body
Not applicable.
Status codes
Status code |
Reason phrase |
Description |
---|---|---|
204 |
No Content |
Success. |
401 |
Unauthorized |
No login privilege. |
403 |
Forbidden |
No delete privilege. |
404 |
Not Found |
The resource was not found. |
412 |
Precondition Failed |
The server is not available. |
500 |
Internal Server Error |
Server processing error. |
503 |
Service Unavailable |
Analyzer detail view server communication error. |
Example code
[Request Header] DELETE /Analytics/v1/objects/ThresholdProfiles/thProfile%23ce4cc49a-a5e7-4b0e-9467-46476d425f27 Authorization: Basic c3lzdGVtOm1hbmFnZXI= Host: localhost:22015 Accept: application/json Content-Type: application/json [Response Header] HTTP/1.1 204 No Content Date: Wed, 20 Jul 2016 02:28:22 GMT Server: Cosminexus HTTP Server Cache-Control: no-cache WWW-Authenticate: HSSO 33659a74fcee4358dc272b34eca6ded1bf1131ec_YXZvNFIMehp3UB4jbmVyPGUgT3Q=_V0810 X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff Content-Type: application/json