cURL
curl --request DELETE \ --url https://flowra.dev/api/v1/table/collections/{id} \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "Operation completed successfully", "data": {} }
Permanently delete a collection and all documents in it. Use with care; this cannot be undone.
Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:
Collection ID
"507f1f77bcf86cd799439011"
Collection deleted successfully
Show child attributes
Was this page helpful?