Unenroll Trainee
Unenroll Trainee
Un enroll a trainee from a
QueryArguments
userenrollIDinteger | The user enrollment id |
Definition:
POST https://app.alphalearn.com/webapi/v1/unenroll-trainee
Example Request:
curl -X POST \ https://app.alphalearn.com/webapi/v1/unenroll-trainee \ -H 'authorization: Bearer {Authorization Token}' \ -F userID={userID}Example Response:
200 OK
{ "success": true, "data": { "success": "Trainee unenrolled." } }/pre>