:doc:`WorkSpacesThinClient <../../workspaces-thin-client>` / Client / deregister_device

*****************
deregister_device
*****************



.. py:method:: WorkSpacesThinClient.Client.deregister_device(**kwargs)

  

  Deregisters a thin client device.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/workspaces-thin-client-2023-08-22/DeregisterDevice>`_  


  **Request Syntax**
  ::

    response = client.deregister_device(
        id='string',
        targetDeviceStatus='DEREGISTERED'|'ARCHIVED',
        clientToken='string'
    )
    
  :type id: string
  :param id: **[REQUIRED]** 

    The ID of the device to deregister.

    

  
  :type targetDeviceStatus: string
  :param targetDeviceStatus: 

    The desired new status for the device.

    

  
  :type clientToken: string
  :param clientToken: 

    Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a `UUID type of value <https://wikipedia.org/wiki/Universally_unique_identifier>`__.

     

    If you don't provide this value, then Amazon Web Services generates a random one for you.

     

    If you retry the operation with the same ``ClientToken``, but with different parameters, the retry fails with an ``IdempotentParameterMismatch`` error.

    This field is autopopulated if not provided.

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`WorkSpacesThinClient.Client.exceptions.ValidationException`

  
  *   :py:class:`WorkSpacesThinClient.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`WorkSpacesThinClient.Client.exceptions.ConflictException`

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

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

  
  *   :py:class:`WorkSpacesThinClient.Client.exceptions.InternalServerException`

  