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

**********************************************
disassociate_wireless_gateway_from_certificate
**********************************************



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

  

  Disassociates a wireless gateway from its currently associated certificate.

  

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


  **Request Syntax**
  ::

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

    The ID of the resource to update.

    

  
  
  :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.InternalServerException`

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

  