:doc:`BedrockAgentCoreControl <../../bedrock-agentcore-control>` / Client / delete_browser

**************
delete_browser
**************



.. py:method:: BedrockAgentCoreControl.Client.delete_browser(**kwargs)

  

  Deletes a custom browser.

  

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


  **Request Syntax**
  ::

    response = client.delete_browser(
        browserId='string',
        clientToken='string'
    )
    
  :type browserId: string
  :param browserId: **[REQUIRED]** 

    The unique identifier of the browser to delete.

    

  
  :type clientToken: string
  :param clientToken: 

    A unique, case-sensitive identifier to ensure idempotency of the request.

    This field is autopopulated if not provided.

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

    
    ::

      {
          'browserId': 'string',
          'status': 'CREATING'|'CREATE_FAILED'|'READY'|'DELETING'|'DELETE_FAILED'|'DELETED',
          'lastUpdatedAt': datetime(2015, 1, 1)
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **browserId** *(string) --* 

        The unique identifier of the deleted browser.

        
      

      - **status** *(string) --* 

        The current status of the browser deletion.

        
      

      - **lastUpdatedAt** *(datetime) --* 

        The timestamp when the browser was last updated.

        
  
  **Exceptions**
  
  *   :py:class:`BedrockAgentCoreControl.Client.exceptions.ServiceQuotaExceededException`

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

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

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

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

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

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

  