Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://docs.mosoo.ai/api/v1/threads/{threadId} \ --header 'Authorization: Bearer <token>'
{ "ok": "<unknown>" }
永久删除该 Thread 及其底层 AgentSession。
使用 Authorization: Bearer mst_...。API token 用于识别账号,不携带 scope。
create thread 返回的 Thread ID。v1 ID 是不带前缀的 ULID。
^[0-7][0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{25}$
"01J00000000000000000000009"
已删除。