:doc:`Connect <../../connect>` / Client / disassociate_routing_profile_queues

***********************************
disassociate_routing_profile_queues
***********************************



.. py:method:: Connect.Client.disassociate_routing_profile_queues(**kwargs)

  

  Disassociates a set of queues from a routing profile.

   

  Up to 10 queue references can be disassociated in a single API call. More than 10 queue references results in a single call results in an InvalidParameterException.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DisassociateRoutingProfileQueues>`_  


  **Request Syntax**
  ::

    response = client.disassociate_routing_profile_queues(
        InstanceId='string',
        RoutingProfileId='string',
        QueueReferences=[
            {
                'QueueId': 'string',
                'Channel': 'VOICE'|'CHAT'|'TASK'|'EMAIL'
            },
        ],
        ManualAssignmentQueueReferences=[
            {
                'QueueId': 'string',
                'Channel': 'VOICE'|'CHAT'|'TASK'|'EMAIL'
            },
        ]
    )
    
  :type InstanceId: string
  :param InstanceId: **[REQUIRED]** 

    The identifier of the Amazon Connect instance. You can `find the instance ID <https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html>`__ in the Amazon Resource Name (ARN) of the instance.

    

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

    The identifier of the routing profile.

    

  
  :type QueueReferences: list
  :param QueueReferences: 

    The queues to disassociate from this routing profile.

    

  
    - *(dict) --* 

      Contains the channel and queue identifier for a routing profile.

      

    
      - **QueueId** *(string) --* **[REQUIRED]** 

        The identifier for the queue.

        

      
      - **Channel** *(string) --* **[REQUIRED]** 

        The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.

        

      
    

  :type ManualAssignmentQueueReferences: list
  :param ManualAssignmentQueueReferences: 

    The manual assignment queues to disassociate with this routing profile.

    

  
    - *(dict) --* 

      Contains the channel and queue identifier for a routing profile.

      

    
      - **QueueId** *(string) --* **[REQUIRED]** 

        The identifier for the queue.

        

      
      - **Channel** *(string) --* **[REQUIRED]** 

        The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.

        

      
    

  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Connect.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`Connect.Client.exceptions.InvalidParameterException`

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

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

  
  *   :py:class:`Connect.Client.exceptions.InternalServiceException`

  