export interface DeleteGroupSCIMInput {
    groupId: string;
}
export interface DeleteGroupSCIMOutput {
}
