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

Properties

Properties

bucketID: string

The ID of the bucket to remove a user from.

userID: string

The ID of the user to remove.

MMNEPVFCICPMFPCPTTAAATR