- URL:
- https://<WebHooks-url>/deactivateAll
- Methods:
POST- Version Introduced:
- June, 2020
Description
The deactivate operation pauses the specified webhooks. This stops the webhook from delivering payloads when it's invoked.
Request parameters
| Property | Details |
|---|---|
f | The response format. The default response format is Values: |
Example usage
Below is a sample request URL used to access the Webhooks resource:
In this example at the webhook service level both an organization administrator or the feature service owner can deactivate all webhooks of a feature layer.
https://myserver.domain.com/myTenant/ArcGIS/rest/admin/services/serviceName/FeatureServer/WebHooks/deactivateAll? (Service level)In this example at the webhook organization listing level as an organization administrator you can deactivate all webhooks of an organization.
https://myserver.domain.com/myTenant/ArcGIS/rest/admin/WebHooks/deactivateAll? (Organization level)PJSON Response example
{
"name": "WebHooks",
"serviceType": "FeatureServer",
"status": "success"
}