Deactivate a webhook encryption key
Webhooks
Deactivate a webhook encryption key
Deactivate an encryption key. Existing deliveries remain valid; new deliveries will not use this key.
POST
Deactivate a webhook encryption key
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the webhook encryption key to deactivate (e.g. whk_...).
Required string length:
1 - 128Pattern:
^[A-Za-z0-9_-]+$