Skip to main content
DELETE
/
v1
/
webhooks
/
{id}
Delete Webhook
curl --request DELETE \
  --url https://api.example.com/v1/webhooks/{id}
id
string
required
The ID of the webhook to delete.

Request

cURL
curl -X DELETE https://www.unosend.co/api/v1/webhooks/wh_123 \
  -H "Authorization: Bearer un_xxxxxxxxxx"

Response

200
{
  "id": "wh_123",
  "deleted": true
}