:doc:`EC2 <../../ec2>` / Client / disable_ipam_organization_admin_account

***************************************
disable_ipam_organization_admin_account
***************************************



.. py:method:: EC2.Client.disable_ipam_organization_admin_account(**kwargs)

  

  Disable the IPAM account. For more information, see `Enable integration with Organizations <https://docs.aws.amazon.com/vpc/latest/ipam/enable-integ-ipam.html>`__ in the *Amazon VPC IPAM User Guide*.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisableIpamOrganizationAdminAccount>`_  


  **Request Syntax**
  ::

    response = client.disable_ipam_organization_admin_account(
        DryRun=True|False,
        DelegatedAdminAccountId='string'
    )
    
  :type DryRun: boolean
  :param DryRun: 

    A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is ``DryRunOperation``. Otherwise, it is ``UnauthorizedOperation``.

    

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

    The Organizations member account ID that you want to disable as IPAM account.

    

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

    
    ::

      {
          'Success': True|False
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Success** *(boolean) --* 

        The result of disabling the IPAM account.

        
  