所需权限:
project:delete路径参数
string
required
工作空间标识符
string
required
项目标识符
响应
成功时返回空的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/projects/proj_def456' \
-H 'Authorization: Bearer sk_xxxxxx'
{
"success": true,
"data": {}
}
永久删除项目及其所有关联数据
DELETE /openapi/memorylake/api/v3/workspaces/{workspaceId}/projects/{projectId}
project:deletecurl -X DELETE 'https://app.memorylake.cn/openapi/memorylake/api/v3/workspaces/ws_abc123/projects/proj_def456' \
-H 'Authorization: Bearer sk_xxxxxx'
data 字段。
{
"success": true,
"data": {}
}