Description: This api will use to remove packages from the user.
URL:- https://apps.quickerlearning.com/api/user/packageremove/ {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_pack_id”:2,
“company_id”:27
}
Response Body:
{
“status”: 200,
“message”: “Course package removed successfully”,
}
