Deactivate All (Feature Service)
- URL:https://<WebHooks-url>/deactivateAll(POST only)
- Version Introduced:June, 2020
Description
The deactivateAll operation pauses the specified webhook. This stops the webhook from delivering payloads when it's invoked.
Request parameters
Property | Details |
---|---|
f | The response format. The default response format is html. Values: html | json | pjson |
Example usage
Below is a sample request URL for deactivateAll:
https://myserver.domain.com/myTenant/ArcGIS/rest/admin/services/states/FeatureServer/WebHooks/deactivateAll?f=pjson
JSON Response example
{
"name": "WebHooks",
"serviceType": "FeatureServer",
"status": "success"
}