Skip to main content
DELETE
/
v2
/
webhooks
/
{webhooks_uuid}
Delete webhooks
curl --request DELETE \
  --url https://sandbox.gateway.sezzle.com/v2/webhooks/{webhooks_uuid} \
  --header 'Authorization: <api-key>'
{
  "code": "bad_request",
  "message": "bad request"
}
This action cannot be undone, use with extreme caution

Authorizations

Authorization
string
header
required

The authentication token generated from providing API Keys to Sezzle Gateway

Path Parameters

webhooks_uuid
string
required

The webhook UUID to be deleted

Response

Status No Content