Skip to main content
Memory Store

删除 Memory

删除当前记忆文件,历史版本保留

DELETE
/api/v1/agentstudio/memory_stores/{memory_store_id}/memories/{memory_id}
cURL
curl --request DELETE \
  --url 'https://{workspace_id}.{region}.maas.aliyuncs.com/api/v1/agentstudio/memory_stores/{memory_store_id}/memories/{memory_id}' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "id": "mem_xxx",
  "type": "memory_deleted"
}

Authorizations

string
header
required

DashScope API Key

Path Parameters

string
required

记忆库 ID

string
required

记忆 ID

Response

200-application/json
string
string
Sandbox API
Token Plan API
Security API
记忆库 API
Flow Agent API
RAG API
Connector API
ParseX API
框架集成
  • 框架
Assistant API(下线中)
  • 概览