B2BI / Client / delete_profile
delete_profile#
- B2BI.Client.delete_profile(**kwargs)#
- Deletes the specified profile. A profile is the mechanism used to create the concept of a private network. - See also: AWS API Documentation - Request Syntax- response = client.delete_profile( profileId='string' ) - Parameters:
- profileId (string) – - [REQUIRED] - Specifies the unique, system-generated identifier for the profile. 
- 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