Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a webhook endpoint.
cURL
curl --request DELETE \ --url https://api.unosend.co/webhooks/{id} \ --header 'Authorization: Bearer <token>'
curl -X DELETE https://api.unosend.co/webhooks/wh_123 \ -H "Authorization: Bearer un_xxxxxxxxxx"
{ "success": true, "data": { "id": "wh_123" } }