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 activeuser-id
must be currently enrolled in the learningpathlearningpath-id
must exist
Returns
status, learningpath_id, user_id
on success.{
"status": "200",
"learningpath_id": "9",
"user_id": "2"
}