C#: Empty a bucket

Removes all objects inside a single bucket.

Examples

Empty bucket

var bucket = await supabase.Storage.EmptyBucket("avatars");