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.
删除一条 memory。
DELETE /api/v1/cloud/memory_stores/{memory_store_id}/memories/{memory_id}
deleted
memory_store_id
memstore_...
memory_id
mem_...
Authorization
Bearer <PAT>
curl -X DELETE "https://api.qoder.com/api/v1/cloud/memory_stores/memstore_xxx/memories/mem_xxx" \ -H "Authorization: Bearer $QODER_PAT"
{ "id": "mem_...", "type": "memory_deleted" }
not_found_error
invalid_request_error