v1
latestOpenAPI 3.1.02026-07-26359254.7 MBWebhooks
Disable a webhook subscription
<small>Requires the webhooks:operate scope (or a broader one that includes it).</small>
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/v3/webhooks/{id}/disable
Path parameters
idinteger required
Webhook subscription ID.
Response
Subscription is disabled (or was already disabled). The response body is empty.
{"stackTrail":"paths:/v3/webhooks/{id}/disable:post:responses:204:content:application/json:schema","oasType":"schema","type":"unknown","description":"Empty body"}