:doc:`BackupGateway <../../backup-gateway>` / Client / delete_gateway

**************
delete_gateway
**************



.. py:method:: BackupGateway.Client.delete_gateway(**kwargs)

  

  Deletes a backup gateway.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/backup-gateway-2021-01-01/DeleteGateway>`_  


  **Request Syntax**
  ::

    response = client.delete_gateway(
        GatewayArn='string'
    )
    
  :type GatewayArn: string
  :param GatewayArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the gateway to delete.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'GatewayArn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **GatewayArn** *(string) --* 

        The Amazon Resource Name (ARN) of the gateway you deleted.

        
  
  **Exceptions**
  
  *   :py:class:`BackupGateway.Client.exceptions.ValidationException`

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

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

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

  