Webhooks
Delete a Webhook Subscription
Permanently removes a webhook subscription. In-flight deliveries already queued at the time of deletion will still be attempted.
DELETE
Delete a Webhook Subscription
Documentation Index
Fetch the complete documentation index at: https://docs.auth.energy/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT from GET /auth/token. Pass as Authorization: Bearer <token>. Expires after 7200s.
Path Parameters
Unique identifier for a webhook subscription.
Pattern:
^wid_[0-9a-f]{24}$Example:
"wid_a1b2c3d4e5f6a1b2c3d4e5f6"
Response
Webhook subscription deleted. No response body.
Last modified on March 25, 2026
Previous
Update a Webhook SubscriptionUpdates an existing webhook subscription. Only fields supplied in the
request body are modified; omitted fields retain their current values.
To rotate the signing secret, supply `"rotate-secret": true`. A new
`signing-secret` is returned in the response. The old secret remains
valid for 15 minutes to allow in-flight deliveries to complete.
Next
Delete a Webhook Subscription

