Delete Project
gluedatabrew_delete_project | R Documentation |
Deletes an existing DataBrew project¶
Description¶
Deletes an existing DataBrew project.
Usage¶
gluedatabrew_delete_project(Name)
Arguments¶
Name |
[required] The name of the project to be deleted. |
Value¶
A list with the following syntax:
list(
Name = "string"
)
Request syntax¶
svc$delete_project(
Name = "string"
)