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

Path Parameters

id
string
required
The hook UUID.

Response

{ "deleted": true }

Authentication

Requires an API key with completions scope.

Example

curl -X DELETE https://www.hitheo.ai/api/v1/hooks/HOOK_ID \
  -H "Authorization: Bearer $THEO_API_KEY"