Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://{appId}.api-{region}.cometchat.io/v3/ai-agents/tools/{name} \ --header 'apikey: <api-key>'
{ "deleted": true }
Deletes a tool by its unique name.
API Key (i.e. Rest API Key from the Dashboard).
Tool deleted successfully
Indicates whether the resource was deleted
true
Was this page helpful?