Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation
Guide That Contains This Content
[+] Expand All
[-] Collapse All
     
     

    Delete an Incident Filter

    Use this API to delete an incident filter from Junos Space Service Now.

    URI

    https://[host]/api/juniper/servicenow/incident-filter-management/incidentFilters /{filterId} (HTTP method = DELETE)

    URI Parameters

    Element

    Type

    Required

    Description

    filterId

    Integer

    Yes

    ID of the incident filter to be deleted

    Consumes

    None

    Produces

    • application/vnd.juniper.servicenow.incident-filter-management.servicenowmsg +xml;version=1
    • application/vnd.juniper.servicenow.incident-filter-management.servicenowmsg +json;version=1

    Response Elements

    Element

    Type

    Description

    msg

    String

    Message indicating the result of the delete operation

    Sample Output

    Sample XML Output

    <servicenowmsg>
    	<msg>Filter deleted successfully.</msg>
    </servicenowmsg>
    

    Sample JSON Output

    {
       "servicenowmsg": {
          "msg": "Filter deleted successfully."
       }
    }
    
     
     

    Modified: 2017-07-18