deregister_devices
(**kwargs)¶Deregisters the specified devices. After you deregister a device, you will need to re-register the devices.
See also: AWS API Documentation
Request Syntax
response = client.deregister_devices(
DeviceFleetName='string',
DeviceNames=[
'string',
]
)
[REQUIRED]
The name of the fleet the devices belong to.
[REQUIRED]
The unique IDs of the devices.
None