ControlTower / Client / delete_landing_zone
delete_landing_zone#
- ControlTower.Client.delete_landing_zone(**kwargs)#
This decommissions a landing zone. This starts an asynchronous operation that deletes Amazon Web Services Control Tower resources deployed in Amazon Web Services Control Tower managed accounts.
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 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