Python: Empty a bucket | Supabase Docs (original) (raw)

Removes all objects inside a single bucket.

Parameters

(Required)
The unique identifier of the bucket you would like to empty.

Examples

Empty bucket

response = supabase.storage.empty_bucket("avatars")