课程移除学生
classin_delete_course_studentRemoves a student or auditor from a course by providing the course ID and student UID. Use to manage course enrollment and clean up class rosters.
Instructions
从课程中移除学生或旁听。
参数:
courseId: 课程ID
studentUid: 学生UID
返回:
成功返回操作结果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| courseId | Yes | 课程ID,通过创建课程接口获得 | |
| studentUid | Yes | 要移除的学生UID | |
| response_format | No | 输出格式: 'markdown' 人类可读格式 或 'json' 机器可读格式 | markdown |