cURL
curl --request DELETE \ --url https://flowra.dev/api/v1/mcp_manager/{id} \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "Operation completed successfully" }
Remove an MCP server. Its tools will no longer be available in the tools list or for use in workflows and agents.
Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:
MCP server ID
"uuid"
MCP server deleted successfully
Show child attributes
Was this page helpful?