curl -X DELETE https://api.verbalisai.com/v1/storage/file/user123/audio-recording-1642234567.mp3 \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true, "message": "File deleted successfully", "data": { "fileKey": "user123/audio-recording-1642234567.mp3", "deletedAt": "2024-01-15T10:30:00Z" } }
Delete a file from storage
Show Deletion Information Object