Delete Data Product
| datazone_delete_data_product | R Documentation |
Deletes a data product in Amazon DataZone¶
Description¶
Deletes a data product in Amazon DataZone.
Prerequisites:
-
The data product must exist and not be deleted or archived.
-
The user must have delete permissions for the data product.
-
Domain and project must be active.
Usage¶
datazone_delete_data_product(domainIdentifier, identifier)
Arguments¶
domainIdentifier |
[required] The ID of the Amazon DataZone domain in which the data product is deleted. |
identifier |
[required] The identifier of the data product that is deleted. |
Value¶
An empty list.
Request syntax¶
svc$delete_data_product(
domainIdentifier = "string",
identifier = "string"
)