Delete Data Product
datazone_delete_data_product | R Documentation |
Deletes a data product in Amazon DataZone¶
Description¶
Deletes a data product in Amazon DataZone.
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"
)