datazone_delete_project {paws.analytics} | R Documentation |
Deletes a project in Amazon DataZone
Description
Deletes a project in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_delete_project/ for full documentation.
Usage
datazone_delete_project(domainIdentifier, identifier, skipDeletionCheck = NULL)
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. |
[Package paws.analytics version 0.7.0 Index]