cURL
curl --request DELETE \ --url https://codecombat.com/api/classrooms/{handle}/members \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "userId": "<string>", "retMemberLimit": 123 }'
{ "_id": "<string>", "name": "<string>", "members": [ "<string>" ], "ownerID": "<string>", "description": "<string>", "courses": [ { "_id": "<string>", "levels": [ {} ], "enrolled": [ "<string>" ], "instance_id": "<string>" } ] }
Remove a user from the classroom.
Show child attributes