:doc:`GlueDataBrew <../../databrew>` / Client / delete_dataset

**************
delete_dataset
**************



.. py:method:: GlueDataBrew.Client.delete_dataset(**kwargs)

  

  Deletes a dataset from DataBrew.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/databrew-2017-07-25/DeleteDataset>`_  


  **Request Syntax**
  ::

    response = client.delete_dataset(
        Name='string'
    )
    
  :type Name: string
  :param Name: **[REQUIRED]** 

    The name of the dataset to be deleted.

    

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

    
    ::

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

    

    - *(dict) --* 
      

      - **Name** *(string) --* 

        The name of the dataset that you deleted.

        
  
  **Exceptions**
  
  *   :py:class:`GlueDataBrew.Client.exceptions.ConflictException`

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

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

  