You can delete a specific notification profile.
Execution permission
Admin, Modify
Request line
DELETE baseURL/v1/objects/NotificationProfile/{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. |
Example code
[Request Header] DELETE /Analytics/v1/objects/NotificationProfile/notificationProfile%2326c9fb2f-edb6-457e-b2b6-77a7802b7d66 Authorization: Basic c3lzdGVtOm1hbmFnZXI= Host: localhost:22015 Accept: application/json Content-Type: application/json [Response Header] HTTP/1.1 204 No Content Date: Thu, 11 Aug 2016 17:55:29 GMT Server: Cosminexus HTTP Server Cache-Control: no-cache WWW-Authenticate: HSSO 8113b75377dac59b7c48ee2b947b20d3bbc11f_YXZvNFIMehp3UB4jbmVyPGUgT3Q=_V0810 X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff Content-Type: application/json