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

**********************
delete_browser_profile
**********************



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

  

  Deletes a browser profile.

  

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


  **Request Syntax**
  ::

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

    The unique identifier of the browser profile 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**

    
    ::

      {
          'profileId': 'string',
          'profileArn': 'string',
          'status': 'READY'|'DELETING'|'DELETED'|'SAVING',
          'lastUpdatedAt': datetime(2015, 1, 1),
          'lastSavedAt': datetime(2015, 1, 1)
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **profileId** *(string) --* 

        The unique identifier of the deleted browser profile.

        
      

      - **profileArn** *(string) --* 

        The Amazon Resource Name (ARN) of the deleted browser profile.

        
      

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

        The current status of the browser profile deletion.

        
      

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

        The timestamp when the browser profile was last updated.

        
      

      - **lastSavedAt** *(datetime) --* 

        The timestamp when browser session data was last saved to this profile before deletion.

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

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

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

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

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

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

  