:doc:`DataZone <../../datazone>` / Client / delete_time_series_data_points

******************************
delete_time_series_data_points
******************************



.. py:method:: DataZone.Client.delete_time_series_data_points(**kwargs)

  

  Deletes the specified time series form for the specified asset.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/DeleteTimeSeriesDataPoints>`_  


  **Request Syntax**
  ::

    response = client.delete_time_series_data_points(
        domainIdentifier='string',
        entityIdentifier='string',
        entityType='ASSET'|'LISTING',
        formName='string',
        clientToken='string'
    )
    
  :type domainIdentifier: string
  :param domainIdentifier: **[REQUIRED]** 

    The ID of the Amazon DataZone domain that houses the asset for which you want to delete a time series form.

    

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

    The ID of the asset for which you want to delete a time series form.

    

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

    The type of the asset for which you want to delete a time series form.

    

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

    The name of the time series form that you want to delete.

    

  
  :type clientToken: string
  :param clientToken: 

    A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.

    This field is autopopulated if not provided.

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`DataZone.Client.exceptions.InternalServerException`

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

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

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

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

  
  *   :py:class:`DataZone.Client.exceptions.UnauthorizedException`

  