Skip to main content
DELETE
/
ai-agents
/
tools
/
{name}
Delete Tool
curl --request DELETE \
  --url https://{appid}.api-{region}.cometchat.io/v3/ai-agents/tools/{name} \
  --header 'apikey: <api-key>'
{
  "deleted": true
}

Authorizations

apikey
string
header
required

API Key (i.e. Rest API Key from the Dashboard).

Path Parameters

name
string
required

Response

200 - application/json

Tool deleted successfully

deleted
boolean
required

Indicates whether the resource was deleted

Example:

true