You need to enable JavaScript to run this app.
导航
DeleteComponentStep
最近更新时间:2024.07.02 21:03:14首次发布时间:2024.07.02 21:03:14

删除自定义步骤。

请求说明

请求方式:POST
请求地址:https://open.volcengineapi.com/?Action=DeleteComponentStep&Version=2023-05-01

请求参数

参数类型是否必选示例值描述
ActionStringDeleteComponentStep公共参数,本接口值:DeleteComponentStep。
VersionString2023-05-01公共参数,本接口值:2023-05-01。
IdentifierStringcustom@1.0.0/****自定义步骤唯一标识符。

请求示例

POST /?Action=DeleteComponentStep&Version=2023-05-01 HTTP/1.1
Content-Type:application/json
{
  "Identifier": "custom@1.0.0/****"
}

返回参数

本接口无特有的返回参数。

返回示例

HTTP/1.1 200 OK
Content-Type:application/json
{
    "ResponseMetadata": {
        "RequestId": "202404071710430739950998FB2847****",
        "Action": "DeleteComponentStep",
        "Version": "2023-05-01",
        "Service": "cp",
        "Region": "cn-beijing"
    },
    "Result": {}
}

错误码

当前接口暂无独立错误码,若接口调用返回异常,可参考 公共错误码 进行故障排查。