C#: Delete files in a bucket

Deletes files within the same bucket

Examples

Delete file

await supabase.Storage.From("avatars").Remove(new List<string> { "public/fancy-avatar.png" });