Webhooks
Delete Webhook
Delete a webhook endpoint
DELETE
Request
Permanently delete a webhook endpoint. Events will no longer be sent to this URL.Headers
string
required
Bearer token for authentication. Format:
Bearer YOUR_API_KEYPath Parameters
string
required
The unique identifier of the webhook to delete (e.g.,
wh_abc123)Response
Returns a confirmation of deletion.string
The ID of the deleted webhook
boolean
Always
true on success