:doc:`IoTSiteWise <../../iotsitewise>` / Client / delete_gateway

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



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

  

  Deletes a gateway from IoT SiteWise. When you delete a gateway, some of the gateway's files remain in your gateway's file system.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iotsitewise-2019-12-02/DeleteGateway>`_  


  **Request Syntax**
  ::

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

    The ID of the gateway to delete.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`IoTSiteWise.Client.exceptions.InvalidRequestException`

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

  
  *   :py:class:`IoTSiteWise.Client.exceptions.ConflictingOperationException`

  
  *   :py:class:`IoTSiteWise.Client.exceptions.InternalFailureException`

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

  