:doc:`CleanRoomsService <../../cleanrooms>` / Client / delete_id_mapping_table

***********************
delete_id_mapping_table
***********************



.. py:method:: CleanRoomsService.Client.delete_id_mapping_table(**kwargs)

  

  Deletes an ID mapping table.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/DeleteIdMappingTable>`_  


  **Request Syntax**
  ::

    response = client.delete_id_mapping_table(
        idMappingTableIdentifier='string',
        membershipIdentifier='string'
    )
    
  :type idMappingTableIdentifier: string
  :param idMappingTableIdentifier: **[REQUIRED]** 

    The unique identifier of the ID mapping table that you want to delete.

    

  
  :type membershipIdentifier: string
  :param membershipIdentifier: **[REQUIRED]** 

    The unique identifier of the membership that contains the ID mapping table that you want to delete.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`CleanRoomsService.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`CleanRoomsService.Client.exceptions.InternalServerException`

  
  *   :py:class:`CleanRoomsService.Client.exceptions.ValidationException`

  
  *   :py:class:`CleanRoomsService.Client.exceptions.ThrottlingException`

  
  *   :py:class:`CleanRoomsService.Client.exceptions.AccessDeniedException`

  