Skip to main content
DELETE
/
tools
/
{tool_id}
Delete Tool
curl --request DELETE \
  --url https://api.kejue.co/api/v1/tools/{tool_id} \
  --header 'X-API-Key: <api-key>'
{
  "error": "Invalid or missing API key",
  "code": "UNAUTHORIZED",
  "details": {}
}

Authorizations

X-API-Key
string
header
required

Workspace API key (e.g. kej_live_...)

Path Parameters

tool_id
string
required

Response

Successful Response