Python: Delete a bucket
- RLS policy permissions required:
buckets
table permissions: select
and delete
objects
table permissions: none
- Refer to the Storage guide on how access control works
Examples
Delete bucket
res = supabase.storage.delete_bucket(name)