Delete sections and activities in Oracle Learning learning paths

Delete sections and activities from learning paths using the SpecializationV3 object and the appropriate section or activity component.

Delete a learning path section

  1. Include the parent learning path in the data loader file, as shown here.
    METADATA|SpecializationV3|EffectiveStartDate|SpecializationNumber|PublishStartDate|OwnedByPersonNumber
    MERGE|SpecializationV3|2024/02/06|LEARNPATH_001|2012/03/15|300100010473113
  2. Set DeleteSection to Y for the section you want to delete, as shown here. Use the device date for EffectiveStartDate.
    METADATA|SpecializationSectionV3|SpecializationSectionNumber|SpecializationNumber|EffectiveStartDate|DeleteSection
    MERGE|SpecializationSectionV3|LEARNPATH_001_SEC1|LEARNPATH_001|2024/02/06|Y

Delete a learning path activity

  1. Include the parent learning path in the data loader file, as shown here.
    METADATA|SpecializationV3|EffectiveStartDate|SpecializationNumber|PublishStartDate|OwnedByPersonNumber
    MERGE|SpecializationV3|2024/02/06|LEARNPATH_001|2012/03/15|300100010473113
  2. Include the parent section in the data loader file, as shown here.
    METADATA|SpecializationSectionV3|EffectiveStartDate|SpecializationSectionNumber|SectionPosition|SpecializationNumber
    MERGE|SpecializationSectionV3|2024/02/06|LEARNPATH_001_SEC1|1|LEARNPATH_001
  3. Set DeleteActivity to Y for the activity you want to delete, as shown here. Use the device date for EffectiveStartDate.
    METADATA|SpecializationSectionActivityV3|ActivityNumber|SpecializationSectionNumber|CourseLearningItemNumber|EffectiveStartDate|DeleteActivity
    MERGE|SpecializationSectionActivityV3|LEARNPATH_001_SEC1_ACT1|LEARNPATH_001_SEC1|COURSE_001|2024/02/06|Y