cURL
curl --request DELETE \ --url https://flowra.dev/api/v1/auth_configs/{id} \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "Operation completed successfully" }
Remove an auth configuration. It will no longer be available for toolkits or workflows. Any workflows using it may need a new connection.
Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:
Auth config deleted successfully
Show child attributes
Was this page helpful?