DELETE
/
v1
/
webhook
/
{id}
Delete webhook
curl --request DELETE \
  --url https://api.sendo.dev/v1/webhook/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Parameters

id
string
required
The ID of the webhook to delete.

Response

success
boolean
Whether the deletion succeeded.
{
  "success": true
}