Skip to main content
DELETE
/
tools
/
{tool_id}
Delete Tool
curl --request DELETE \
  --url https://api.kallabot.com/tools/{tool_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tool_id
string
required

Response

Tool deleted

success
boolean
message
string
data
object