Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Delete a Service Insight Notification
Use this API to delete a Service Insight Notification.
URI
https://[host]/api/juniper/serviceinsight/notification-management/notifications/{id} (HTTP method = DELETE)
URI Parameters
Parameter | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | ID of the Service Insight notification to be deleted |
Consumes
None
Produces
- application/vnd.juniper.serviceinsight.notification-management.ServiceInsightMsg +xml;version=1
- application/vnd.juniper.serviceinsight.notification-management.ServiceInsightMsg +json;version=1
Response Elements
Element | Type | Description |
---|---|---|
msg | String | Status message of the delete Service Insight notification job |
Sample Output
Sample XML Output
<serviceinsightmsg> <msg>Notification Deleted</msg> </serviceinsightmsg>
Sample JSON Output
{ “serviceinsightmsg”: { “msg” : “Notification Deleted” } }