- URL:
- https://<WebHooks-url>/deleteAll
- Methods:
POST- Version Introduced:
- June, 2020
Description
The delete operation will permanently remove the specified webhook.
Request parameters
| Property | Details |
|---|---|
f | The response format. The default response format is Values: |
Example usage
Below is a sample request URL for delete :
https://gisserver.example.com/<context>/rest/admin/services/states/FeatureServer/WebHooks/deleteAll?f=pjsonJSON Response example
{
"name": "WebHooks",
"serviceType": "FeatureServer",
"status": "success"
}