Python: Delete files in a bucket

Examples

Delete file

res = supabase.storage.from_('bucket_name').remove('test.jpg')