:doc:`EntityResolution <../../entityresolution>` / Client / delete_id_namespace

*******************
delete_id_namespace
*******************



.. py:method:: EntityResolution.Client.delete_id_namespace(**kwargs)

  

  Deletes the ``IdNamespace`` with a given name.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/entityresolution-2018-05-10/DeleteIdNamespace>`_  


  **Request Syntax**
  ::

    response = client.delete_id_namespace(
        idNamespaceName='string'
    )
    
  :type idNamespaceName: string
  :param idNamespaceName: **[REQUIRED]** 

    The name of the ID namespace.

    

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

    
    ::

      {
          'message': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **message** *(string) --* 

        A successful operation message.

        
  
  **Exceptions**
  
  *   :py:class:`EntityResolution.Client.exceptions.ThrottlingException`

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

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

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

  