B2BI / Client / delete_partnership
delete_partnership#
- 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 - Request Syntax- response = client.delete_partnership( partnershipId='string' ) - Parameters:
- partnershipId (string) – - [REQUIRED] - Specifies the unique, system-generated identifier for a partnership. 
- Returns:
- None 
 - Exceptions- B2BI.Client.exceptions.ConflictException
- B2BI.Client.exceptions.AccessDeniedException
- B2BI.Client.exceptions.ValidationException
- B2BI.Client.exceptions.ThrottlingException
- B2BI.Client.exceptions.ResourceNotFoundException
- B2BI.Client.exceptions.InternalServerException