interface DeleteBucketsIDOwnersIDRequest {
    bucketID: string;
    userID: string;
}

Properties

Properties

bucketID: string

The bucket ID.

userID: string

The ID of the owner to remove.

MMNEPVFCICPMFPCPTTAAATR