PUT
/
classrooms
/
{classroomHandle}
/
courses
/
{courseHandle}
/
remove-enrolled

Authorizations

Authorization
string
headerrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

classroomHandle
string
required

The classroom's _id.

courseHandle
string
required

The course's _id.

Query Parameters

retMemberLimit
number | null

limit the return number of members for the classroom, the default value is 1000

Body

application/json
userId
string
required

Response

200 - application/json
_id
string | null
name
string | null
members
string[] | null
ownerID
string | null
description
string | null
courses
object[] | null