# Delete webhook
Requires Paid plan

# HTTP method: DELETE

https://api.sender.net/v2/account/webhooks/{id}

Deletes a webhook by ID.

id string required

The webhook ID.

Code snippets

Response example

{
  "success": true,
  "message": "Success"
}