Disable or re-enable a webhook
PATCH/ingest-webhooks/:webhookId/status
A disabled webhook's requests are rejected with the same response as a bad credential, so a paused sender cannot tell a pause from a revocation. The secret is kept, so re-enabling needs no re-provisioning.
Enabling a webhook that has no stored secret is refused, because it would accept no requests: rotate its secret to enable it.
Request
Responses
- 200
- 404
- 409
The updated webhook
No such webhook for this tenant
Cannot enable a webhook that has no stored secret