ControlTower / Client / delete_landing_zone
delete_landing_zone#
- ControlTower.Client.delete_landing_zone(**kwargs)#
Decommissions a landing zone. This API call starts an asynchronous operation that deletes Amazon Web Services Control Tower resources deployed in accounts managed by Amazon Web Services Control Tower.
See also: AWS API Documentation
Request Syntax
response = client.delete_landing_zone( landingZoneIdentifier='string' )
- Parameters:
landingZoneIdentifier (string) –
[REQUIRED]
The unique identifier of the landing zone.
- Return type:
dict
- Returns:
Response Syntax
{ 'operationIdentifier': 'string' }
Response Structure
(dict) –
operationIdentifier (string) –
>A unique identifier assigned to a
DeleteLandingZone
operation. You can use this identifier as an input parameter ofGetLandingZoneOperation
to check the operation’s status.
Exceptions
ControlTower.Client.exceptions.ValidationException
ControlTower.Client.exceptions.ConflictException
ControlTower.Client.exceptions.InternalServerException
ControlTower.Client.exceptions.AccessDeniedException
ControlTower.Client.exceptions.ThrottlingException
ControlTower.Client.exceptions.ResourceNotFoundException