/AWS1/CL_EC2=>DELETEVPCENDPOINTS()
¶
About DeleteVpcEndpoints¶
Deletes the specified VPC endpoints.
When you delete a gateway endpoint, we delete the endpoint routes in the route tables for the endpoint.
When you delete a Gateway Load Balancer endpoint, we delete its endpoint network interfaces. You can only delete Gateway Load Balancer endpoints when the routes that are associated with the endpoint are deleted.
When you delete an interface endpoint, we delete its endpoint network interfaces.
Method Signature¶
IMPORTING¶
Required arguments:¶
IT_VPCENDPOINTIDS
TYPE /AWS1/CL_EC2VPCENDPTIDLIST_W=>TT_VPCENDPOINTIDLIST
TT_VPCENDPOINTIDLIST
¶
The IDs of the VPC endpoints.
Optional arguments:¶
IV_DRYRUN
TYPE /AWS1/EC2BOOLEAN
/AWS1/EC2BOOLEAN
¶
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 isUnauthorizedOperation
.