跳到主要内容

删除研究问题

DELETE/research/problems/{code}在线调试
DELETE https://api.shengkezhi.com/open/v1/research/problems/{code}
等效 curl
curl "https://api.shengkezhi.com/open/v1/research/problems/{code}" \
  -H "Authorization: Bearer sk_xxx"

DELETE /research/problems/{code} — 删除研究问题。

需在请求头携带 Authorization: Bearer sk_xxx

路径参数

参数必填说明
code编码

响应

响应 — 统一信封 {code,msg,data}(该端点 data 暂未标注 schema)

调用示例

curl -X DELETE "https://api.shengkezhi.com/open/v1/research/problems/FTS_PROBLEM_8C7C30" \
-H "Authorization: Bearer sk_xxx"
{
"code": 0,
"msg": "删除成功",
"data": null
}