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