cURL
curl --request DELETE \ --url https://api.bctrl.ai/v1/storage/objects/by-path/{path} \ --header 'Authorization: Bearer <token>'
Delete a file by logical path
await storage.delete('reports/old.pdf');