:doc:`SupplyChain <../../supplychain>` / Client / delete_data_lake_namespace

**************************
delete_data_lake_namespace
**************************



.. py:method:: SupplyChain.Client.delete_data_lake_namespace(**kwargs)

  

  Enables you to programmatically delete an Amazon Web Services Supply Chain data lake namespace and its underling datasets. Developers can delete the existing namespaces for a given instance ID and namespace name.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/supplychain-2024-01-01/DeleteDataLakeNamespace>`_  


  **Request Syntax**
  ::

    response = client.delete_data_lake_namespace(
        instanceId='string',
        name='string'
    )
    
  :type instanceId: string
  :param instanceId: **[REQUIRED]** 

    The AWS Supply Chain instance identifier.

    

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

    The name of the namespace. Noted you cannot delete pre-defined namespace like **asc**, **default** which are only deleted through instance deletion.

    

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

    
    ::

      {
          'instanceId': 'string',
          'name': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 

      The response parameters of DeleteDataLakeNamespace.

      
      

      - **instanceId** *(string) --* 

        The AWS Supply Chain instance identifier.

        
      

      - **name** *(string) --* 

        The name of deleted namespace.

        
  
  **Exceptions**
  
  *   :py:class:`SupplyChain.Client.exceptions.ServiceQuotaExceededException`

  
  *   :py:class:`SupplyChain.Client.exceptions.ResourceNotFoundException`

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

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

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

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

  
  *   :py:class:`SupplyChain.Client.exceptions.ConflictException`

  