View source: R/datazone_operations.R
datazone_delete_domain | R Documentation |
Deletes a Amazon DataZone domain.
See https://www.paws-r-sdk.com/docs/datazone_delete_domain/ for full documentation.
datazone_delete_domain(
clientToken = NULL,
identifier,
skipDeletionCheck = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.