DataZone / Client / delete_time_series_data_points
delete_time_series_data_points#
- DataZone.Client.delete_time_series_data_points(**kwargs)#
- Deletes the specified time series form for the specified asset. - See also: AWS API Documentation - Request Syntax- response = client.delete_time_series_data_points( clientToken='string', domainIdentifier='string', entityIdentifier='string', entityType='ASSET'|'LISTING', formName='string' ) - Parameters:
- clientToken (string) – - 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. 
- domainIdentifier (string) – - [REQUIRED] - The ID of the Amazon DataZone domain that houses the asset for which you want to delete a time series form. 
- entityIdentifier (string) – - [REQUIRED] - The ID of the asset for which you want to delete a time series form. 
- entityType (string) – - [REQUIRED] - The type of the asset for which you want to delete a time series form. 
- formName (string) – - [REQUIRED] - The name of the time series form that you want to delete. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- DataZone.Client.exceptions.InternalServerException
- DataZone.Client.exceptions.ResourceNotFoundException
- DataZone.Client.exceptions.AccessDeniedException
- DataZone.Client.exceptions.ThrottlingException
- DataZone.Client.exceptions.ValidationException
- DataZone.Client.exceptions.UnauthorizedException