Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 

Delete All or Selected Auto Submit Filters

 

Use this API to delete all or selected auto submit filters configured in Junos Space Service Now.

URI

https://[host]/api/juniper/servicenow/autosubmit-filter-management /autosubmitFilters/delete (HTTP method = POST)

URI Parameters

None

Consumes

  • application/vnd.juniper.servicenow.autosubmit-filter-management.filters+xml; version=1;charset=UTF-8

  • application/vnd.juniper.servicenow.autosubmit-filter-management.filters+json; version=1;charset=UTF-8

Request Elements

Element

Type

Description

applyAllFilters

String

Indicates if all auto submit filters configured in Service Now should be deleted

Possible values:

  • true—All auto submit filters are deleted

  • false—Indicated auto submit filters are deleted

    When the value is set to false for this element, ID of the auto submit filters that you want to delete should be provided in the request.

id

Integer

ID of the filter to be deleted

Produces

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

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

Response Elements

Element

Type

Description

msg

String

Message indicating the result of the delete operation

Sample Input

Sample XML Input

Sample JSON Input

Sample Output

Sample XML Output

Sample JSON Output