cURL
curl --request DELETE \ --url https://api-sandbox.superbank.com/v1/webhooks/{id} \ --header 'X-Api-Key: <api-key>'
Delete a webhook endpoint. Events will no longer be sent to this URL.
Webhook endpoint ID
"wh_abc123"
Webhook endpoint deleted successfully