Classrooms
Delete User from Classroom
Remove a user from the classroom.
DELETE
/
classrooms
/
{handle}
/
members
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
The document's _id
or slug
.
Body
application/json
The _id
or slug
of the user to remove from the class.
limit the return number of members for the classroom, the default value is 1000