Description:This api will use to remove courses from the student.
URL:-https://apps.quickerlearning.com/api/user/courseremove/{user_id}
Note: Need to pass quicker learning student id from you want to remove course in the url instead of “{user_id}”.
Method: POST
AUTHORIZATION:
Type: Basic Auth
UserName: tenant_id,
Password:secret_key
HEADERS:
Accept: application/json
Request Body:
{
“course_id”:2,
“company_id”:27
}
Response Body:
{
“status”: 200,
“message”: “Course removed successfully”,
}
