Delet User Profile(删除记忆)
DELETE
/memobase/api/v1/users/profile/{user_id}/{profile_id}在Memobase系统中,删除对应的用户记忆
完整文档请看:https://docs.memobase.io/api-reference/profiles/delete_profile
价格:限时免费
请求参数
Path 参数
user_id
string
必需
profile_id
string
必需
Header 参数
Authorization
string
可选
示例值:
Bearer {{YOUR_API_KEY}}
Body 参数application/json
object {0}
示例1
内容为空
示例代码
返回响应
List models(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
data
object
必需
profiles
array [object {5}]
必需
id
string
必需
errno
integer
必需
errmsg
string
必需
示例
{
"data": {},
"errno": 0,
"errmsg": ""
}
最后修改时间: 2 个月前