Delete Vpc Link
| apigateway_delete_vpc_link | R Documentation | 
Deletes an existing VpcLink of a specified identifier¶
Description¶
Deletes an existing VpcLink of a specified identifier.
Usage¶
apigateway_delete_vpc_link(vpcLinkId)
Arguments¶
| vpcLinkId | [required] The identifier of the VpcLink. It is used in an Integration to reference this VpcLink. | 
Value¶
An empty list.
Request syntax¶
svc$delete_vpc_link(
  vpcLinkId = "string"
)