Function Delete

  • Deletes an entity lod record.

    Parameters

    • params: {
          api?: BruceApi.Api;
          entityId: string;
          level: number;
          lodCategoryId: string;
          req?: IReqParams;
      }
      • Optional api?: BruceApi.Api
      • entityId: string
      • level: number
      • lodCategoryId: string
      • Optional req?: IReqParams

    Returns Promise<void>

Generated using TypeDoc