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

****************************************************
disassociate_managed_notification_additional_channel
****************************************************



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

  

  Disassociates an additional Channel from a particular ``ManagedNotificationConfiguration``.

   

  Supported Channels include Amazon Q Developer in chat applications, the Console Mobile Application, and emails (notifications-contacts).

  

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


  **Request Syntax**
  ::

    response = client.disassociate_managed_notification_additional_channel(
        channelArn='string',
        managedNotificationConfigurationArn='string'
    )
    
  :type channelArn: string
  :param channelArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the Channel to associate with the ``ManagedNotificationConfiguration``.

    

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

    The Amazon Resource Name (ARN) of the Managed Notification Configuration to associate with the additional Channel.

    

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

  