Skip to main content
DELETE
/
webhooks
/
{id}
Delete a webhook endpoint
curl --request DELETE \
  --url https://whatsrb.com/api/v1/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "Invalid or missing API key"
}

Authorizations

Authorization
string
header
required

API key from the WhatsRB dashboard. Format: Bearer wrb_live_xxx

Path Parameters

id
integer
required

Response

No Content