Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions b2sdk/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ def delete_bucket(self, bucket):

:param b2sdk.v1.Bucket bucket: a :term:`Bucket` to delete
:rtype: None
:raises b2sdk.v1.exception.NonExistentBucket: if the bucket does not exist in the account
"""
account_id = self.account_info.get_account_id()
self.session.delete_bucket(account_id, bucket.id_)
Expand Down
Loading