- URL:
- https://<WebHooks-url>/deleteAll
- Methods:
POST- Version Introduced:
- June, 2020
Description
The delete operation will permanently delete all webhooks.
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 delete all webhooks of a feature layer.
https://myserver.domain.com/myTenant/ArcGIS/rest/admin/services/serviceName/FeatureServer/WebHooks/deleteAll? (Service level)In this example at the webhook organization listing level as an organization administrator you can delete all webhooks of an organization.
https://myserver.domain.com/myTenant/ArcGIS/rest/admin/WebHooks/deleteAll? (Organization level)PJSON Response example
{
"name": "WebHooks",
"serviceType": "FeatureServer",
"status": "success"
}