CleanRoomsService / Client / delete_id_namespace_association
delete_id_namespace_association#
- CleanRoomsService.Client.delete_id_namespace_association(**kwargs)#
- Deletes an ID namespace association. - See also: AWS API Documentation - Request Syntax- response = client.delete_id_namespace_association( idNamespaceAssociationIdentifier='string', membershipIdentifier='string' ) - Parameters:
- idNamespaceAssociationIdentifier (string) – - [REQUIRED] - The unique identifier of the ID namespace association that you want to delete. 
- membershipIdentifier (string) – - [REQUIRED] - The unique identifier of the membership that contains the ID namespace association that you want to delete. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- CleanRoomsService.Client.exceptions.ResourceNotFoundException
- CleanRoomsService.Client.exceptions.InternalServerException
- CleanRoomsService.Client.exceptions.ValidationException
- CleanRoomsService.Client.exceptions.ThrottlingException
- CleanRoomsService.Client.exceptions.AccessDeniedException