:doc:`UserNotifications <../../notifications>` / Client / disassociate_organizational_unit

********************************
disassociate_organizational_unit
********************************



.. py:method:: UserNotifications.Client.disassociate_organizational_unit(**kwargs)

  

  Removes the association between an organizational unit and a notification configuration.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/notifications-2018-05-10/DisassociateOrganizationalUnit>`_  


  **Request Syntax**
  ::

    response = client.disassociate_organizational_unit(
        organizationalUnitId='string',
        notificationConfigurationArn='string'
    )
    
  :type organizationalUnitId: string
  :param organizationalUnitId: **[REQUIRED]** 

    The unique identifier of the organizational unit to disassociate.

    

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

    The Amazon Resource Name (ARN) of the notification configuration to disassociate from the organizational unit.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`UserNotifications.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`UserNotifications.Client.exceptions.ValidationException`

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

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

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

  