Swift: Delete files in a bucket

Examples

Delete file

try await supabase.storage
  .from("avatars")
  .remove(paths: ["folder/avatar1.png"])