课程移除老师
classin_remove_course_teacherRemove a teacher from a course by supplying the course ID and teacher UID. Directly updates course assignments via the ClassIn API.
Instructions
从课程中移除老师。
参数:
courseId: 课程ID
teacherUid: 老师UID
返回:
成功返回操作结果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| courseId | Yes | 课程ID,通过创建课程接口获得 | |
| teacherUid | Yes | 要移除的老师UID | |
| response_format | No | 输出格式: 'markdown' 人类可读格式 或 'json' 机器可读格式 | markdown |