Deletes the specified transit gateway route table. You must disassociate the route table from any transit gateway route tables before you can delete it.
ec2_delete_transit_gateway_route_table(TransitGatewayRouteTableId,
DryRun)
[required] The ID of the transit gateway route table.
Checks whether you have the required permissions for the action, without
actually making the request, and provides an error response. If you have
the required permissions, the error response is DryRunOperation
.
Otherwise, it is UnauthorizedOperation
.
svc$delete_transit_gateway_route_table( TransitGatewayRouteTableId = "string", DryRun = TRUE|FALSE )