调用 DeleteFlowLog 接口,删除流日志。
Deleting
表示删除中,查看失败表示删除成功。参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DeleteFlowLog | 要执行的操作,取值为DeleteFlowLog。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
FlowLogId | String | 是 | fl-123456**** | 流日志ID。 |
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
GET /?Action=DeleteFlowLog&Version=2020-04-01&FlowLogId=fl-123456**** HTTP/1.1 Host: open.volcengineapi.com Service: vpc Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "DeleteFlowLog", "Version": "2020-04-01", "Service": "vpc", "Region": "cn-beijing" }, "Result": { "RequestId": "2021062415303301022514515207C4****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidFlowLog.InvalidStatus | The specified flow log is not in the correct status for the request. | 指定流日志所处的状态无法响应该请求。 |
404 | InvalidFlowLog.NotFound | The specified flow log does not exist. | 指定的流日志不存在。 |