export interface DeleteUserSCIMInput {
    userId: string;
}
export interface DeleteUserSCIMOutput {
}
