:doc:`B2BI <../../b2bi>` / Client / delete_partnership

******************
delete_partnership
******************



.. py:method:: B2BI.Client.delete_partnership(**kwargs)

  

  Deletes the specified partnership. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/b2bi-2022-06-23/DeletePartnership>`_  


  **Request Syntax**
  ::

    response = client.delete_partnership(
        partnershipId='string'
    )
    
  :type partnershipId: string
  :param partnershipId: **[REQUIRED]** 

    Specifies the unique, system-generated identifier for a partnership.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`B2BI.Client.exceptions.AccessDeniedException`

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

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

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

  
  *   :py:class:`B2BI.Client.exceptions.ThrottlingException`

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

  