:doc:`odb <../../odb>` / Client / delete_odb_peering_connection

*****************************
delete_odb_peering_connection
*****************************



.. py:method:: odb.Client.delete_odb_peering_connection(**kwargs)

  

  Deletes an ODB peering connection.

   

  When you delete an ODB peering connection, the underlying VPC peering connection is also deleted.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/DeleteOdbPeeringConnection>`_  


  **Request Syntax**
  ::

    response = client.delete_odb_peering_connection(
        odbPeeringConnectionId='string'
    )
    
  :type odbPeeringConnectionId: string
  :param odbPeeringConnectionId: **[REQUIRED]** 

    The unique identifier of the ODB peering connection to delete.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`odb.Client.exceptions.ThrottlingException`

  
  *   :py:class:`odb.Client.exceptions.ValidationException`

  
  *   :py:class:`odb.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`odb.Client.exceptions.InternalServerException`

  
  *   :py:class:`odb.Client.exceptions.ResourceNotFoundException`

  