QConnect / Client / delete_assistant_association
delete_assistant_association¶
- QConnect.Client.delete_assistant_association(**kwargs)¶
- Deletes an assistant association. - See also: AWS API Documentation - Request Syntax- response = client.delete_assistant_association( assistantAssociationId='string', assistantId='string' ) - Parameters:
- assistantAssociationId (string) – - [REQUIRED] - The identifier of the assistant association. Can be either the ID or the ARN. URLs cannot contain the ARN. 
- assistantId (string) – - [REQUIRED] - The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- QConnect.Client.exceptions.ValidationException
- QConnect.Client.exceptions.UnauthorizedException
- QConnect.Client.exceptions.AccessDeniedException
- QConnect.Client.exceptions.ResourceNotFoundException