Webhook Secrets
Delete Webhook Secret
deprecated
Delete a webhook signing secret.
DELETE
Delete a webhook secret (soft delete)
Deletes a webhook signing secret. Make sure receivers no longer rely on the secret before removing it.
Path parameters
Related endpoints
- Rotate Webhook Secret: replace a compromised secret.
- Webhook Signature Verification: validate inbound webhooks.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
RSA encrypted organization ID (base64 format)
Example:
"BASE64_ENCRYPTED_ORG_ID_HERE"
Path Parameters
ID of the webhook secret
Response
The secret has been successfully deleted.
Delete a webhook secret (soft delete)