Delete Landing Zone
controltower_delete_landing_zone | R Documentation |
Decommissions a landing zone¶
Description¶
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.
Usage¶
controltower_delete_landing_zone(landingZoneIdentifier)
Arguments¶
landingZoneIdentifier |
[required] The unique identifier of the landing zone. |
Value¶
A list with the following syntax:
list(
operationIdentifier = "string"
)
Request syntax¶
svc$delete_landing_zone(
landingZoneIdentifier = "string"
)