Skip to main content
DELETE
/
v1
/
webhooks
/
{id}
Delete webhook endpoint
curl --request DELETE \
  --url https://api-sandbox.superbank.com/v1/webhooks/{id} \
  --header 'X-Api-Key: <api-key>'

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Webhook endpoint ID

Example:

"wh_abc123"

Response

Webhook endpoint deleted successfully