Kotlin: Delete files in a bucket

Examples

Delete file

val bucket = supabase.storage["avatars"]
bucket.delete("test.png", "test2.png")