cURL
curl --request DELETE \ --url https://flowra.dev/api/v1/file/{id} \ --header 'x-api-key: <api-key>'
Permanently remove a file. It will no longer be available for download or use in workflows.
Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:
File deleted successfully
Was this page helpful?