Skip to content

Delete Dataset

gluedatabrew_delete_dataset R Documentation

Deletes a dataset from DataBrew

Description

Deletes a dataset from DataBrew.

Usage

gluedatabrew_delete_dataset(Name)

Arguments

Name

[required] The name of the dataset to be deleted.

Value

A list with the following syntax:

list(
  Name = "string"
)

Request syntax

svc$delete_dataset(
  Name = "string"
)