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

Properties

Properties

orgID: string

The ID of the organization to remove an owner from.

userID: string

The ID of the user to remove.

MMNEPVFCICPMFPCPTTAAATR