Skip to main content
DELETE
/
api
/
v1
/
webhooks
/
{id}
Delete Webhook
curl --request DELETE \
  --url https://api.example.com/api/v1/webhooks/{id}

Path Parameters

id
string
required
The webhook UUID.

Example

curl -X DELETE https://hitheo.ai/api/v1/webhooks/WEBHOOK_ID \
  -H "Authorization: Bearer $THEO_API_KEY"

Response

{ "deleted": true }
Deleting a webhook also removes its delivery log history. Export any logs you need before deleting.