cURL
curl --request DELETE \ --url https://flowra.dev/api/v1/tools/byId/{id} \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "Operation completed successfully", "data": {} }
Permanently removes a tool. It will no longer appear in the tools list or be usable in workflows or agents.
Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:
Tool deleted successfully
Show child attributes
Was this page helpful?