:doc:`ControlTower <../../controltower>` / Client / delete_landing_zone

*******************
delete_landing_zone
*******************



.. py:method:: 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.

   

  Decommissioning a landing zone is a process with significant consequences, and it cannot be undone. We strongly recommend that you perform this decommissioning process only if you intend to stop using your landing zone.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/controltower-2018-05-10/DeleteLandingZone>`_  


  **Request Syntax**
  ::

    response = client.delete_landing_zone(
        landingZoneIdentifier='string'
    )
    
  :type landingZoneIdentifier: string
  :param landingZoneIdentifier: **[REQUIRED]** 

    The unique identifier of the landing zone.

    

  
  
  :rtype: 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 of ``GetLandingZoneOperation`` to check the operation's status.

        
  
  **Exceptions**
  
  *   :py:class:`ControlTower.Client.exceptions.ConflictException`

  
  *   :py:class:`ControlTower.Client.exceptions.ValidationException`

  
  *   :py:class:`ControlTower.Client.exceptions.InternalServerException`

  
  *   :py:class:`ControlTower.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`ControlTower.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`ControlTower.Client.exceptions.ThrottlingException`

  