Skip to content

Delete Domain

datazone_delete_domain R Documentation

Deletes a Amazon DataZone domain

Description

Deletes a Amazon DataZone domain.

Usage

datazone_delete_domain(identifier, clientToken, skipDeletionCheck)

Arguments

identifier

[required] The identifier of the Amazon Web Services domain that is to be deleted.

clientToken

A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

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(
  identifier = "string",
  clientToken = "string",
  skipDeletionCheck = TRUE|FALSE
)