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