所需权限:
workspace:delete路径参数
string
required
工作空间 ID
响应
boolean
表示请求是否成功
string
人类可读的状态消息
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_abc123def456' \
-H 'Authorization: Bearer sk_xxxxxx'
{
"success": true,
"message": "Operation completed successfully"
}
永久删除工作空间
DELETE /openapi/memorylake/api/v3/workspaces/{id}
workspace:deletecurl -X DELETE 'https://app.memorylake.cn/openapi/memorylake/api/v3/workspaces/ws_abc123def456' \
-H 'Authorization: Bearer sk_xxxxxx'
{
"success": true,
"message": "Operation completed successfully"
}