Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

deregister_devices

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',
    ]
)
Parameters
  • DeviceFleetName (string) --

    [REQUIRED]

    The name of the fleet the devices belong to.

  • DeviceNames (list) --

    [REQUIRED]

    The unique IDs of the devices.

    • (string) --
Returns

None