:doc:`Personalize <../../personalize>` / Client / delete_dataset_group

********************
delete_dataset_group
********************



.. py:method:: Personalize.Client.delete_dataset_group(**kwargs)

  

  Deletes a dataset group. Before you delete a dataset group, you must delete the following:

   

  
  * All associated event trackers.
   
  * All associated solutions.
   
  * All datasets in the dataset group.
  

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/DeleteDatasetGroup>`_  


  **Request Syntax**
  ::

    response = client.delete_dataset_group(
        datasetGroupArn='string'
    )
    
  :type datasetGroupArn: string
  :param datasetGroupArn: **[REQUIRED]** 

    The ARN of the dataset group to delete.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Personalize.Client.exceptions.InvalidInputException`

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

  
  *   :py:class:`Personalize.Client.exceptions.ResourceInUseException`

  