@backblaze-labs/b2-sdk - v0.1.0
    Preparing search index...

    Interface DeleteBucketRequest

    Request parameters for the b2_delete_bucket API call.

    interface DeleteBucketRequest {
        accountId: AccountId;
        bucketId: BucketId;
    }
    Index

    Properties

    Properties

    accountId: AccountId

    Account that owns the bucket.

    bucketId: BucketId

    ID of the bucket to delete. The bucket must be empty.