:doc:`AgentsforBedrock <../../bedrock-agent>` / Client / disassociate_agent_collaborator

*******************************
disassociate_agent_collaborator
*******************************



.. py:method:: AgentsforBedrock.Client.disassociate_agent_collaborator(**kwargs)

  

  Disassociates an agent collaborator.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/bedrock-agent-2023-06-05/DisassociateAgentCollaborator>`_  


  **Request Syntax**
  ::

    response = client.disassociate_agent_collaborator(
        agentId='string',
        agentVersion='string',
        collaboratorId='string'
    )
    
  :type agentId: string
  :param agentId: **[REQUIRED]** 

    An agent ID.

    

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

    The agent's version.

    

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

    The collaborator's ID.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`AgentsforBedrock.Client.exceptions.ThrottlingException`

  
  *   :py:class:`AgentsforBedrock.Client.exceptions.AccessDeniedException`

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

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

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

  
  *   :py:class:`AgentsforBedrock.Client.exceptions.ConflictException`

  