:doc:`FMS <../../fms>` / Client / disassociate_third_party_firewall

*********************************
disassociate_third_party_firewall
*********************************



.. py:method:: FMS.Client.disassociate_third_party_firewall(**kwargs)

  

  Disassociates a Firewall Manager policy administrator from a third-party firewall tenant. When you call ``DisassociateThirdPartyFirewall``, the third-party firewall vendor deletes all of the firewalls that are associated with the account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/fms-2018-01-01/DisassociateThirdPartyFirewall>`_  


  **Request Syntax**
  ::

    response = client.disassociate_third_party_firewall(
        ThirdPartyFirewall='PALO_ALTO_NETWORKS_CLOUD_NGFW'|'FORTIGATE_CLOUD_NATIVE_FIREWALL'
    )
    
  :type ThirdPartyFirewall: string
  :param ThirdPartyFirewall: **[REQUIRED]** 

    The name of the third-party firewall vendor.

    

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

    
    ::

      {
          'ThirdPartyFirewallStatus': 'ONBOARDING'|'ONBOARD_COMPLETE'|'OFFBOARDING'|'OFFBOARD_COMPLETE'|'NOT_EXIST'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ThirdPartyFirewallStatus** *(string) --* 

        The current status for the disassociation of a Firewall Manager administrators account with a third-party firewall.

        
  
  **Exceptions**
  
  *   :py:class:`FMS.Client.exceptions.InvalidOperationException`

  
  *   :py:class:`FMS.Client.exceptions.InvalidInputException`

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

  
  *   :py:class:`FMS.Client.exceptions.InternalErrorException`

  