课节批量移除学生
classin_delete_class_studentsBulk remove students from a class using class ID and student UIDs. Specify up to 500 students to delete them from the class in one request.
Instructions
从课节中批量移除学生。
参数:
classId: 课节ID
studentUids: 学生UID数组,最多500个
返回:
成功返回操作结果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| classId | Yes | 课节ID,通过创建课节接口获得 | |
| studentUids | Yes | 学生UID数组,最多500个 | |
| response_format | No | 输出格式: 'markdown' 人类可读格式 或 'json' 机器可读格式 | markdown |