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

View source: R/datazone_operations.R

datazone_delete_time_series_data_pointsR Documentation

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.


paws.analytics documentation built on April 3, 2025, 11:10 p.m.