所需权限:
workspace:agent_unbind路径参数
string
required
工作空间标识符
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/workspaces/ws_abc123/agents/agt_r8k2m1n3' \
-H 'Authorization: Bearer sk_xxxxxx'
{
"success": true,
"data": {}
}
从工作空间移除 Agent 绑定
DELETE /openapi/memorylake/api/v3/workspaces/{workspaceId}/agents/{agentId}
workspace:agent_unbindcurl -X DELETE 'https://app.memorylake.cn/openapi/memorylake/api/v3/workspaces/ws_abc123/agents/agt_r8k2m1n3' \
-H 'Authorization: Bearer sk_xxxxxx'
data 字段。
{
"success": true,
"data": {}
}