Skip to main content
DELETE
/
api
/
webhooks
/
{webhook_id}
Delete Webhook
curl --request DELETE \
  --url https://api.e-invoice.be/api/webhooks/{webhook_id} \
  --header 'Authorization: Bearer <token>'
{
  "is_deleted": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

webhook_id
string
required

Response

Successful Response

Model for webhook deletion.

is_deleted
boolean
required