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. Use this endpoint to remove a tool that is no longer needed.
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
Tool deleted successfully
Indicates whether the resource was deleted
true
Was this page helpful?