Delete Domain
datazone_delete_domain | R Documentation |
Deletes a Amazon DataZone domain¶
Description¶
Deletes a Amazon DataZone domain.
Usage¶
datazone_delete_domain(clientToken, identifier, skipDeletionCheck)
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. |
Value¶
A list with the following syntax:
list(
status = "CREATING"|"AVAILABLE"|"CREATION_FAILED"|"DELETING"|"DELETED"|"DELETION_FAILED"
)
Request syntax¶
svc$delete_domain(
clientToken = "string",
identifier = "string",
skipDeletionCheck = TRUE|FALSE
)