:doc:`APIGateway <../../apigateway>` / Client / delete_vpc_link

***************
delete_vpc_link
***************



.. py:method:: APIGateway.Client.delete_vpc_link(**kwargs)

  

  Deletes an existing VpcLink of a specified identifier.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/apigateway-2015-07-09/DeleteVpcLink>`_  


  **Request Syntax**
  ::

    response = client.delete_vpc_link(
        vpcLinkId='string'
    )
    
  :type vpcLinkId: string
  :param vpcLinkId: **[REQUIRED]** 

    The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`APIGateway.Client.exceptions.BadRequestException`

  
  *   :py:class:`APIGateway.Client.exceptions.ConflictException`

  
  *   :py:class:`APIGateway.Client.exceptions.NotFoundException`

  
  *   :py:class:`APIGateway.Client.exceptions.UnauthorizedException`

  
  *   :py:class:`APIGateway.Client.exceptions.TooManyRequestsException`

  