Delete a Webhook Subscription
Permanently delete a subscription. Event history and past delivery
records are retained for audit, but no new deliveries will be attempted.
Prefer POST /v1/webhooks/{id}/deactivate if you may re-enable later.
DELETE
Delete a webhook subscription
Authorizations
Per-request DPoP proof JWT (RFC 9449). MUST accompany the Authorization: DPoP <access_token> header on every protected operation. The proof is signed by the merchant's private DPoP key and carries htm, htu, iat, jti, and ath claims.
Path Parameters
Pattern:
^whk_[a-zA-Z0-9]+$Response
Subscription deleted.
Delete a webhook subscription