Skip to content

Delete All (Feature Service)

URL:
https://<WebHooks-url>/deleteAll
Methods:
POST
Version Introduced:
June, 2020

Description

The deleteAll operation will permanently remove the specified webhook.

Request parameters

PropertyDetails
f

The response format. The default response format is html .

Values: html | json | pjson

Example usage

Below is a sample request URL for deleteAll :

Use dark colors for code blocksCopy
1
https://gisserver.example.com/<context>/rest/admin/services/states/FeatureServer/WebHooks/deleteAll?f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
{
  "name": "WebHooks",
  "serviceType": "FeatureServer",
  "status": "success"
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.