Skip to main content
DELETE
/
ai
/
tools
/
{tool_id}
Delete AI tool
curl --request DELETE \
  --url https://api.wacht.dev/ai/tools/{tool_id} \
  --header 'Authorization: <api-key>'
{
  "message": "Resource not found"
}

Authorizations

Authorization
string
header
required

API key authentication (format: Bearer {api_key})

Path Parameters

tool_id
string
required

AI Tool ID

Response

AI tool deleted (empty response)