Skip to content

Delete Vpc Link

apigateway_delete_vpc_link R Documentation

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"
)