- URL:https://<webhookID-url>/deactivate
- Version Introduced:10.7
Description
The deactivate operation pauses the specified webhook. This stops the webhook from delivering payloads when it's invoked. Webhooks are also automatically deactivated when the deactivation policy is met.
Note:
This operation was introduced in ArcGIS Enterprise 10.7.
Example usage
https://webadaptor.domain.com/webadaptorname/sharing/rest/portals/<org Id>/webhooks/<webhook Id>/deactivate
JSON response syntax
{
"success": true
}