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 /feed/:id
认证
Bearer JWT(必须是 owner)响应
副作用
- DELETE
feed WHERE id = ? AND owner_id = ? deleteFeedEmbedding(feedId)从 LanceDB 移除 embedding- 异步
deleteStorageFiles(resourceId, [imageId, videoId?, thumbId?, audioId?, coverId?])清理 feed 副本
错误
| 状态 | 含义 |
|---|---|
| 404 | Feed 不存在或不属于当前用户 |
源
src/hono/feed/index.ts:617