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

************************************************************
start_bulk_disassociate_wireless_device_from_multicast_group
************************************************************



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

  

  Starts a bulk disassociatin of all qualifying wireless devices from a multicast group.

  

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


  **Request Syntax**
  ::

    response = client.start_bulk_disassociate_wireless_device_from_multicast_group(
        Id='string',
        QueryString='string',
        Tags=[
            {
                'Key': 'string',
                'Value': 'string'
            },
        ]
    )
    
  :type Id: string
  :param Id: **[REQUIRED]** 

    The ID of the multicast group.

    

  
  :type QueryString: string
  :param QueryString: 

    Query string used to search for wireless devices as part of the bulk associate and disassociate process.

    

  
  :type Tags: list
  :param Tags: 

    The tag to attach to the specified resource. Tags are metadata that you can use to manage a resource.

    

  
    - *(dict) --* 

      A simple label consisting of a customer-defined key-value pair

      

    
      - **Key** *(string) --* **[REQUIRED]** 

        The tag's key value.

        

      
      - **Value** *(string) --* **[REQUIRED]** 

        The tag's value.

        

      
    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

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

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

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

  