AlexaForBusiness / Client / disassociate_device_from_room

disassociate_device_from_room#

AlexaForBusiness.Client.disassociate_device_from_room(**kwargs)#

Disassociates a device from its current room. The device continues to be connected to the Wi-Fi network and is still registered to the account. The device settings and skills are removed from the room.

Danger

This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_device_from_room(
    DeviceArn='string'
)
Parameters:

DeviceArn (string) – The ARN of the device to disassociate from a room. Required.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions