DELETE /learningpaths/enrollments/
Description
Removes user-id from learningpath-id.
Endpoints
DELETE /learningpaths/enrollments/{learningpath-id}/users/{user-id}/
Parameters
none
Notes
user-id must exist, but does not have be be active
user-id must be currently enrolled in the learningpath
learningpath-id must exist
Returns status, learningpath_id, user_id on success.
{
"status": "200",
"learningpath_id": "9",
"user_id": "2"
}
Description
Removes user-id from learningpath-id.
Endpoints
DELETE /learningpaths/enrollments/{learningpath-id}/users/{user-id}/
Parameters
none
Notes
user-idmust exist, but does not have be be activeuser-idmust be currently enrolled in the learningpathlearningpath-idmust exist
status, learningpath_id, user_id on success.{ "status": "200", "learningpath_id": "9", "user_id": "2"}