Skip to main content
DELETE
/
powerpath
/
lessonPlans
/
{courseId}
/
deleteAll
Delete all lesson plans for a course
curl --request DELETE \
  --url https://api.alpha-1edtech.ai/powerpath/lessonPlans/{courseId}/deleteAll \
  --header 'Authorization: Bearer <token>'
{
  "imsx_codeMajor": "failure",
  "imsx_severity": "error",
  "imsx_description": "<string>",
  "imsx_CodeMinor": {
    "imsx_codeMinorField": [
      {
        "imsx_codeMinorFieldName": "TargetEndSystem",
        "imsx_codeMinorFieldValue": "unauthorisedrequest"
      }
    ]
  },
  "imsx_error_details": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

courseId
string
required

Course ID

Response

Lesson Plans deleted