所需权限:
agent:delete路径参数
string
required
Agent 标识符
响应
成功时返回空的data 字段。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X DELETE 'https://app.memorylake.cn/openapi/memorylake/api/v3/agents/agt_r8k2m1n3' \
-H 'Authorization: Bearer sk_xxxxxx'
{
"success": true,
"data": {}
}
永久删除一个 Agent 及其所有版本
DELETE /openapi/memorylake/api/v3/agents/{id}
agent:deletecurl -X DELETE 'https://app.memorylake.cn/openapi/memorylake/api/v3/agents/agt_r8k2m1n3' \
-H 'Authorization: Bearer sk_xxxxxx'
data 字段。
{
"success": true,
"data": {}
}