删除课节
classin_delete_course_classDelete a specific course class by class ID. Permanently removes the class session; use with caution as deletion cannot be undone.
Instructions
删除课节。删除后不可恢复。
参数:
classId: 课节ID
返回:
成功返回操作结果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| classId | Yes | 课节ID,通过创建课节接口获得 | |
| response_format | No | 输出格式: 'markdown' 人类可读格式 或 'json' 机器可读格式 | markdown |