Skip to main content
DELETE
/
v1
/
webhooks
/
{id}
Delete a webhook
curl --request DELETE \
  --url https://api.vendaze.com/v1/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "unauthorized",
    "message": "Missing or invalid Authorization header.",
    "request_id": "550e8400-e29b-41d4-a716-446655440000"
  }
}

Authorizations

Authorization
string
header
required

OAuth 2.1 access token.

Path Parameters

id
string
required

Webhook ID.

Response

Webhook deleted successfully.