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

************************
delete_data_lake_dataset
************************



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

  

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

  

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


  **Request Syntax**
  ::

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

    The AWS Supply Chain instance identifier.

    

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

    The namespace of the dataset, besides the custom defined namespace, every instance comes with below pre-defined namespaces:

     

    
    * **asc** - For information on the Amazon Web Services Supply Chain supported datasets see `https\://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html <https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html>`__.
     
    * **default** - For datasets with custom user-defined schemas.
    

    

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

    The name of the dataset. For **asc** namespace, the name must be one of the supported data entities under `https\://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html <https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html>`__.

    

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

    
    ::

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

    

    - *(dict) --* 

      The response parameters of DeleteDataLakeDataset.

      
      

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

        The AWS Supply Chain instance identifier.

        
      

      - **namespace** *(string) --* 

        The namespace of deleted dataset.

        
      

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

        The name of deleted dataset.

        
  
  **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`

  