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.
Documentation IndexFetch the complete documentation index at: https://cometchat-22654f5b-docs-v6-beta2-flutter-uikit.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://cometchat-22654f5b-docs-v6-beta2-flutter-uikit.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
API Key (i.e. Rest API Key from the Dashboard).
Tool deleted successfully
Indicates whether the resource was deleted
true
Was this page helpful?