删除指定的 Kafka 触发器。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DeleteKafkaTrigger | 接口名称。当前 API 的名称为 DeleteKafkaTrigger 。 |
Version | String | 是 | 2024-06-06 | 接口版本。当前 API 的版本为 2024-06-06 。 |
Id | String | 是 | nw****** | Kafka 触发器 ID。 |
FunctionId | String | 是 | wrw****** | 函数 ID。 |
POST http://open.volcengineapi.com/?Action=DeleteKafkaTrigger&Version=2024-06-06 HTTP/1.1 Content-Type: application/json { "Id": "nw******", "FunctionId": "wrw******" }
本接口无特有返回参数,公共返回参数请参见 返回结果。
HTTP/1.1 200 OK Content-Type: application/json { "ResponseMetadata": { "RequestId": "20230604110420****100232280022D31", "Action": "DeleteKafkaTrigger", "Version": "2024-06-06", "Service": "vefaas", "Region": "cn-beijing" } }
当前接口暂无独立错误码,若接口调用返回异常,可参考 公共错误码 进行故障排查。