:doc:`ApiGatewayManagementApi <../../apigatewaymanagementapi>` / Client / delete_connection

*****************
delete_connection
*****************



.. py:method:: ApiGatewayManagementApi.Client.delete_connection(**kwargs)

  

  Delete the connection with the provided id.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/apigatewaymanagementapi-2018-11-29/DeleteConnection>`_  


  **Request Syntax**
  ::

    response = client.delete_connection(
        ConnectionId='string'
    )
    
  :type ConnectionId: string
  :param ConnectionId: **[REQUIRED]** 

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`ApiGatewayManagementApi.Client.exceptions.GoneException`

  
  *   :py:class:`ApiGatewayManagementApi.Client.exceptions.LimitExceededException`

  
  *   :py:class:`ApiGatewayManagementApi.Client.exceptions.ForbiddenException`

  