IoTSiteWise / Client / delete_gateway

delete_gateway#

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

Request Syntax

response = client.delete_gateway(
    gatewayId='string'
)
Parameters:

gatewayId (string) –

[REQUIRED]

The ID of the gateway to delete.

Returns:

None

Exceptions