Documentation Index
Fetch the complete documentation index at: https://tech.illasoft.com/llms.txt
Use this file to discover all available pages before exploring further.
路径
DELETE /thread/:threadId
认证
Bearer JWT响应
副作用(同步)
- DELETE
messages WHERE thread_id = ? - DELETE
thread_version WHERE thread_id = ? - DELETE
threads WHERE id = ?
副作用(异步 / fire-and-forget)
- 从被删除 thread_version 中
extractVideoTaskIds/extractMusicTaskIds purgeVideoTasks/purgeMusicTasks发video|music/task.cancelledInngest event- Redis
SET cancel:{taskId} 1 EX 3600每个 taskId deleteStorageFiles(userId, [...imageIds, videoIds, audioIds, coverIds, thumbIds])
源
src/hono/thread/index.ts:231