:doc:`IoTAnalytics <../../iotanalytics>` / Client / delete_datastore

****************
delete_datastore
****************



.. py:method:: IoTAnalytics.Client.delete_datastore(**kwargs)

  

  Deletes the specified data store.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27/DeleteDatastore>`_  


  **Request Syntax**
  ::

    response = client.delete_datastore(
        datastoreName='string'
    )
    
  :type datastoreName: string
  :param datastoreName: **[REQUIRED]** 

    The name of the data store to delete.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`IoTAnalytics.Client.exceptions.InvalidRequestException`

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

  
  *   :py:class:`IoTAnalytics.Client.exceptions.InternalFailureException`

  
  *   :py:class:`IoTAnalytics.Client.exceptions.ServiceUnavailableException`

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

  