Type alias DeleteGroupByIdArg

DeleteGroupByIdArg: {
    force?: boolean;
    groupId: string;
    permanent?: boolean;
}

Type declaration

  • Optional force?: boolean

    (Admin only) Delete even if it is protected

  • groupId: string
  • Optional permanent?: boolean

    If true, the group will be permanently deleted