interface DeleteOrgsIDMembersIDRequest {
    orgID: string;
    userID: string;
}

Properties

Properties

orgID: string

The ID of the organization to remove a user from.

userID: string

The ID of the user to remove.

MMNEPVFCICPMFPCPTTAAATR