Delete Project
sagemaker_delete_project | R Documentation |
Delete the specified project¶
Description¶
Delete the specified project.
Usage¶
sagemaker_delete_project(ProjectName)
Arguments¶
ProjectName |
[required] The name of the project to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_project(
ProjectName = "string"
)