:doc:`IoTWireless <../../iotwireless>` / Client / disassociate_wireless_device_from_fuota_task

********************************************
disassociate_wireless_device_from_fuota_task
********************************************



.. py:method:: IoTWireless.Client.disassociate_wireless_device_from_fuota_task(**kwargs)

  

  Disassociates a wireless device from a FUOTA task.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iotwireless-2020-11-22/DisassociateWirelessDeviceFromFuotaTask>`_  


  **Request Syntax**
  ::

    response = client.disassociate_wireless_device_from_fuota_task(
        Id='string',
        WirelessDeviceId='string'
    )
    
  :type Id: string
  :param Id: **[REQUIRED]** 

    The ID of a FUOTA task.

    

  
  :type WirelessDeviceId: string
  :param WirelessDeviceId: **[REQUIRED]** 

    The ID of the wireless device.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

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

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

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

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

  