Delete Subscription Target
datazone_delete_subscription_target | R Documentation |
Deletes a subscription target in Amazon DataZone¶
Description¶
Deletes a subscription target in Amazon DataZone.
Usage¶
datazone_delete_subscription_target(domainIdentifier,
environmentIdentifier, identifier)
Arguments¶
domainIdentifier |
[required] The ID of the Amazon DataZone domain in which the subscription target is deleted. |
environmentIdentifier |
[required] The ID of the Amazon DataZone environment in which the subscription target is deleted. |
identifier |
[required] The ID of the subscription target that is deleted. |
Value¶
An empty list.
Request syntax¶
svc$delete_subscription_target(
domainIdentifier = "string",
environmentIdentifier = "string",
identifier = "string"
)