Deletes the specified time series form for the specified asset
Source:R/datazone_operations.R
datazone_delete_time_series_data_points.RdDeletes the specified time series form for the specified asset.
See https://www.paws-r-sdk.com/docs/datazone_delete_time_series_data_points/ for full documentation.
Usage
datazone_delete_time_series_data_points(
domainIdentifier,
entityIdentifier,
entityType,
formName,
clientToken = NULL
)Arguments
- domainIdentifier
[required] The ID of the Amazon DataZone domain that houses the asset for which you want to delete a time series form.
- entityIdentifier
[required] The ID of the asset for which you want to delete a time series form.
- entityType
[required] The type of the asset for which you want to delete a time series form.
- formName
[required] The name of the time series form that you want to delete.
- clientToken
A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.