All Products
Search
Document Center

Virtual Private Cloud:WithdrawVpcPublishedRouteEntries

更新时间:Oct 27, 2025

Withdraw advertised Virtual Private Cloud (VPC) routes.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
vpc:WithdrawVpcPublishedRouteEntriesupdate
*RouteTable
acs:vpc:{#regionId}:{#accountId}:routetable/{#RouteTableId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The ID of the region. Call the DescribeRegions operation to access it.

cn-hangzhou
RouteEntriesarray<object>No

The route entries to be withdrawn. Maximum value: 50.

objectNo

The list of route entries to be withdrawn.

RouteTableIdstringYes

The ID of the route table.

vtb-bp145q7glnuzd****
DestinationCidrBlockstringYes

The destination CIDR block

10.0.0.0/24
TargetTypestringYes

The type of target instance.

ECR
TargetInstanceIdstringYes

Target instance ID.

ecr-dhw2xsds5****
DryRunbooleanNo

Specifies whether to perform only a dry run, without performing the actual request. Valid values:

  • true: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
  • false (default): performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
false

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID.

0ED8D006-F706-4D23-88ED-E11ED28DCAC0

Examples

Sample success responses

JSONformat

{
  "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28DCAC0"
}

Error codes

HTTP status codeError codeError messageDescription
400IncorrectStatus.VpcThe status of %s [%s] is incorrect.The instance is in an invalid state.
400ResourceNotFound.RouteEntryThe specified resource routeEntry is not found.The specified route entry does not exist
400IncorrectStatus.RouteEntryThe status of %s [%s] is incorrect.Route entry is in non-steady state
400IncorrectStatus.RouteEntryPublishStatusRoute entry publish status is incorrect.-
400Forbidden.OperateCustomRouteTableThe operation is forbidden because publish route entry in custom route table.The operation is prohibited because it is not allowed to publish route entries in the custom route table.
400ResourceNotAssociated.TargetInstanceThe target instance is not associated with vpc.The destination instance of the route is not associated with the VPC.
400OperationDenied.UnsupportedTargetTypeThe operation is not allowed because the target type is not supported.The operation was rejected because the type of the route publication target is not currently supported.
400IncorrectStatus.RouteTableThe route table is in an invalid state.The specified routing table is in the wrong state
400OperationUnsupported.PublishSystemRouteEntryPublishing system route entry is unsupported.-
400OperationUnsupported.UnsupportedNextHopUnsupported nexthop type for route entry publish operation.-
400OperationUnsupported.PublishPrefixListRouteEntryPublishing prefix list route entry is unsupported.-
400MissingParam.RouteEntriesThe parameter RouteEntries is missing.Missing parameter RouteEntries

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2025-03-03The Error code has changedView Change Details