Skip to content

Delete Refresh Schedule

quicksight_delete_refresh_schedule R Documentation

Deletes a refresh schedule from a dataset

Description

Deletes a refresh schedule from a dataset.

Usage

quicksight_delete_refresh_schedule(DataSetId, AwsAccountId, ScheduleId)

Arguments

DataSetId

[required] The ID of the dataset.

AwsAccountId

[required] The Amazon Web Services account ID.

ScheduleId

[required] The ID of the refresh schedule.

Value

A list with the following syntax:

list(
  Status = 123,
  RequestId = "string",
  ScheduleId = "string",
  Arn = "string"
)

Request syntax

svc$delete_refresh_schedule(
  DataSetId = "string",
  AwsAccountId = "string",
  ScheduleId = "string"
)