You need to enable JavaScript to run this app.
AI 数据湖服务

AI 数据湖服务

复制全文
Responses API
删除模型响应
复制全文
删除模型响应

本文介绍如何删除指定 ID 的模型请求。

请求说明
  • Base URL:以华北 2 (北京)地域为例,Base URL为:https://operator.las.cn-beijing.volces.com,实际使用时,需使用您当前服务地域的Base URL,详情可参见调用方式
  • Path:/api/v1/responses/{response_id}
  • Method: DELETE
  • Content-type: application/json

请求参数

路径参数

参数名

数据类型

是否必选

参数说明

response_id

string

必选

待检索的响应 id。

响应参数

参数名

数据类型

参数说明

id

string

待删除请求的id。

object

string

固定为 response。

deleted

boolean

取值范围:

  • true:删除成功。
  • false:未删除成功。

示例
  • request

    curl -X DELETE https://operator.las.cn-beijing.volces.com/api/v1/responses/resp_0217****** \
        -H "Content-Type: application/json" \
        -H "Authorization: Bearer $LAS_API_KEY"
    
  • response

    {
      "id": "resp_0217******",
      "object": "response",
      "deleted": true
    }
    
最近更新时间:2026.03.10 11:22:57
这个页面对您有帮助吗?
有用
有用
无用
无用