You need to enable JavaScript to run this app.
导航
DeleteBatchInferenceJob - 删除批量推理任务
最近更新时间:2024.09.29 10:33:19首次发布时间:2024.09.29 10:33:19

删除批量推理任务

请求参数

下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数

参数
类型
是否必填
示例值
描述
Action
String

DeleteBatchInferenceJob

要执行的操作,取值:DeleteBatchInferenceJob。

Version
String

2024-01-01

API的版本,取值:2024-01-01。

Id
String

-

批量推理任务的ID

返回参数

本接口无特有的返回参数。更多信息请见返回结构

请求示例

POST /?Action=DeleteBatchInferenceJob&Version=2024-01-01 HTTP/1.1
Host: open.volcengineapi.com
Content-Type: application/json; charset=UTF-8
X-Date: 20240514T133213Z
X-Content-Sha256: 287e874e******d653b44d21e
Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20240514/cn-beijing/ark/request, SignedHeaders=host;x-content-sha256;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f

{
    "Id": "bi-20240910152632-mzws5"
}

返回示例

{
  "ResponseMetadata": {
    "RequestId": "20240910174345A892CEECB6B6B4288105",
    "Action": "DeleteBatchInferenceJob",
    "Version": "2024-01-01",
    "Service": "ark",
    "Region": "cn-beijing"
  },
  "Result": {}
}

错误码

您可访问公共错误码,获取更多错误码信息。