Removes all objects inside a single bucket.
The unique identifier of the bucket you would like to empty.
const { data, error } = await supabase .storage .emptyBucket('avatars')