DataZone / Client / delete_domain
delete_domain¶
- DataZone.Client.delete_domain(**kwargs)¶
- Deletes a Amazon DataZone domain. - See also: AWS API Documentation - Request Syntax- response = client.delete_domain( clientToken='string', identifier='string', skipDeletionCheck=True|False ) - Parameters:
- clientToken (string) – - A unique, case-sensitive identifier that is provided to ensure the idempotency of the request. - This field is autopopulated if not provided. 
- identifier (string) – - [REQUIRED] - The identifier of the Amazon Web Services domain that is to be deleted. 
- skipDeletionCheck (boolean) – Specifies the optional flag to delete all child entities within the domain. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'status': 'CREATING'|'AVAILABLE'|'CREATION_FAILED'|'DELETING'|'DELETED'|'DELETION_FAILED' } - Response Structure- (dict) – - status (string) – - The status of the domain. 
 
 
 - Exceptions