Learn R Programming

paws.analytics (version 0.7.0)

datazone_delete_time_series_data_points: Deletes the specified time series form for the specified asset

Description

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.

Usage

datazone_delete_time_series_data_points(
  clientToken = NULL,
  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.