删除注册用户

将用户从注册的课程和教室中移除。

Path parameters

classroomHandlestringRequired

教室_id.

courseHandlestringRequired

课程_id.

Headers

AuthorizationstringRequired

Basic authentication of the form Basic <username:password>.

Query parameters

retMemberLimitdoubleOptional

设置返回的教室中显示的学生数量, 默认值为 1000

Request

This endpoint expects an object.
userIdstringRequired

Response

This endpoint returns an object.
_idstring or null
namestring or null
memberslist of strings or null
ownerIDstring or null
descriptionstring or null
courseslist of objects or null