Delete Time Series Data Points
datazone_delete_time_series_data_points | R Documentation |
Deletes the specified time series form for the specified asset¶
Description¶
Deletes the specified time series form for the specified asset.
Usage¶
datazone_delete_time_series_data_points(clientToken, domainIdentifier,
entityIdentifier, entityType, formName)
Arguments¶
clientToken |
A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided. |
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. |
Value¶
An empty list.
Request syntax¶
svc$delete_time_series_data_points(
clientToken = "string",
domainIdentifier = "string",
entityIdentifier = "string",
entityType = "ASSET"|"LISTING",
formName = "string"
)