cURL
curl --request DELETE \ --url https://{appid}.api-{region}.cometchat.io/v3/ai-agents/agent-builder/api-tools/{slug} \ --header 'apikey: <api-key>'
{ "success": true, "message": "Operation completed successfully" }
Deletes an API tool by its unique slug. Use this endpoint to remove an API tool configuration that is no longer needed.
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
API tool deleted successfully
Indicates whether the operation was successful
true
Human-readable result message
"Operation completed successfully"
Was this page helpful?