调用DeleteTransitRouterForwardPolicyTable接口,删除指定的转发策略。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DeleteTransitRouterForwardPolicyTable | 要执行的操作,取值为DeleteTransitRouterForwardPolicyTable。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
TransitRouterForwardPolicyTableId | String | 是 | tr-fpt-hy13n2l4c6c0v**** | 转发策略的ID。您可以调用DescribeTransitRouterForwardPolicyTables接口获取转发策略的ID。 |
本接口无特有的返回参数。更多信息请见返回结构。
GET /?Action=DeleteTransitRouterForwardPolicyTable&Version=2020-04-01&TransitRouterRouteTableId=tr-fpt-hy13n2l4c6c0v**** HTTP/1.1 Host: open.volcengineapi.com Service: transitrouter Region: cn-guangzhou
{ "ResponseMetadata": { "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28D****", "Action": "DeleteTransitRouterForwardPolicyTable", "Version": "2020-04-01", "Service": "transitrouter", "Region": "cn-guangzhou" }, "Result": {} }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidTransitRouter.InvalidStatus | The specified Transit Router is not in the correct status for the request. | 指定的中转路由器所处状态无法响应该请求。 |
400 | InvalidTransitRouterForwardPolicyTable.InvalidStatus | The specified Transit Router forward policy table is not in the correct status for the request. | 指定的转发策略所处状态无法响应该请求。 |
400 | InvalidTransitRouterForwardPolicyTable.WithAssociation | The specified forward policy table has been used by Transit Router attachments, and cannot be deleted. | 指定的中转路由器转发策略已被网络实例连接使用,无法删除。 |
400 | InvalidTransitRouterForwardPolicyTable.WithForwardPolicyEntry | The specified forward policy table has configured entries, and cannot be deleted. | 指定的中转路由器转发策略已配置策略条目,无法删除。 |
404 | InvalidTransitRouterForwardPolicyTable.NotFound | The specified Transit Router forward policy table does not exist. | 指定的转发策略不存在。 |