Delete learning path

Method

Method Description
learningpath.learningPathDelete Delete learning path.

Request parameters

{
    "id": {LearningPathId}
}

Response parameters

{
    "completed": {Completed}
}

The learning path is deleted together with its publish settings and registrations. Assessments and courses included into it are not deleted.

Variable Type Appearance Description
{LearningPathId} Integer Mandatory Learning path id.
{Completed} Boolean Mandatory Indicates whether action was successfully completed or not.