Disable a webhook subscription
Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
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).
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Authorization: Bearer <your-api-key>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