Disable a webhook subscription
Webhooks
Disable a webhook subscription
Requires the
webhooks:operate scope (or a broader one that includes it).
Pauses a subscription without deleting it — no events fire until re-enabled.
Idempotent: calling on an already-disabled subscription still returns 204.
Use this dedicated endpoint rather than PUT to toggle the paused state
(PUT does not accept the enabled flag).
POST
Disable a webhook subscription
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Get your API key from the Reply dashboard: Settings → API Key.
Path Parameters
Webhook subscription ID.
Response
Subscription is disabled (or was already disabled). The response body is empty.
Empty body