Skip to content

Deactivate All (Feature Service)

URL:
https://<WebHooks-url>/deactivateAll
Methods:
POST
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

PropertyDetails
f

The response format. The default response format is html .

Values: html | json | pjson

Example usage

Below is a sample request URL for deactivateAll :

Use dark colors for code blocksCopy
1
https://gisserver.example.com/<context>/rest/admin/services/states/FeatureServer/WebHooks/deactivateAll?f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
{
  "name": "WebHooks",
  "serviceType": "FeatureServer",
  "status": "success"
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.