Skip to main content
DELETE
/
v1
/
webhooks
/
{id}
Delete a webhook subscription
curl --request DELETE \
  --url http://localhost:8080/v1/webhooks/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Merchant API key: ak_live_... or ak_test_...

Path Parameters

id
string
required

Resource identifier (xid format)

Response

204

Subscription deleted