Delete Project
datazone_delete_project | R Documentation |
Deletes a project in Amazon DataZone¶
Description¶
Deletes a project in Amazon DataZone.
Usage¶
datazone_delete_project(domainIdentifier, identifier, skipDeletionCheck)
Arguments¶
domainIdentifier |
[required] The ID of the Amazon DataZone domain in which the project is deleted. |
identifier |
[required] The identifier of the project that is to be deleted. |
skipDeletionCheck |
Specifies the optional flag to delete all child entities within the project. |
Value¶
An empty list.
Request syntax¶
svc$delete_project(
domainIdentifier = "string",
identifier = "string",
skipDeletionCheck = TRUE|FALSE
)