Classrooms
Delete User from Classroom
Remove a user from the classroom.
DELETE
/
classrooms
/
{handle}
/
members
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
handle
string
requiredThe document's _id
or slug
.
Body
application/json
userId
string
requiredThe _id
or slug
of the user to remove from the class.
retMemberLimit
number | null
limit the return number of members for the classroom, the default value is 1000
Response
200 - application/json
Subset of properties listed here
_id
string | null
name
string | null
members
string[] | null
ownerID
string | null
description
string | null
courses
object[] | null