View source: R/datazone_operations.R
datazone_delete_time_series_data_points | R Documentation |
Deletes 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.
datazone_delete_time_series_data_points(
clientToken = NULL,
domainIdentifier,
entityIdentifier,
entityType,
formName
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.