:doc:`FinSpaceData <../../finspace-data>` / Client / delete_dataset

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



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

  

  Deletes a FinSpace Dataset.

  

  .. danger::

        This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.


  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/finspace-2020-07-13/DeleteDataset>`_  


  **Request Syntax**
  ::

    response = client.delete_dataset(
        clientToken='string',
        datasetId='string'
    )
    
  :type clientToken: string
  :param clientToken: 

    A token that ensures idempotency. This token expires in 10 minutes.

    This field is autopopulated if not provided.

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

    The unique identifier of the Dataset to be deleted.

    

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

    
    ::

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

    

    - *(dict) --* The response from an DeleteDataset operation
      

      - **datasetId** *(string) --* 

        The unique identifier for the deleted Dataset.

        
  
  **Exceptions**
  
  *   :py:class:`FinSpaceData.Client.exceptions.InternalServerException`

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

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

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

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

  
  *   :py:class:`FinSpaceData.Client.exceptions.LimitExceededException`

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

  