datazone_delete_domain {paws.analytics} | R Documentation |
Deletes a Amazon DataZone domain
Description
Deletes a Amazon DataZone domain.
See https://www.paws-r-sdk.com/docs/datazone_delete_domain/ for full documentation.
Usage
datazone_delete_domain(
clientToken = NULL,
identifier,
skipDeletionCheck = NULL
)
Arguments
clientToken |
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request. |
identifier |
[required] The identifier of the Amazon Web Services domain that is to be deleted. |
skipDeletionCheck |
Specifies the optional flag to delete all child entities within the domain. |
[Package paws.analytics version 0.9.0 Index]