Skip To Content
ArcGIS Developer
Dashboard

Delete All (Feature Service)

  • URL:https://<WebHooks-url>/deleteAll(POST only)
  • 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:

https://myserver.domain.com/myTenant/ArcGIS/rest/admin/services/states/FeatureServer/WebHooks/deleteAll?f=pjson

JSON Response example


{
  "name": "WebHooks",
  "serviceType": "FeatureServer",
  "status": "success"
}