CleanRoomsService / Client / delete_id_mapping_table
delete_id_mapping_table#
- CleanRoomsService.Client.delete_id_mapping_table(**kwargs)#
Deletes an ID mapping table.
See also: AWS API Documentation
Request Syntax
response = client.delete_id_mapping_table( idMappingTableIdentifier='string', membershipIdentifier='string' )
- Parameters:
idMappingTableIdentifier (string) –
[REQUIRED]
The unique identifier of the ID mapping table that you want to delete.
membershipIdentifier (string) –
[REQUIRED]
The unique identifier of the membership that contains the ID mapping table 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