BedrockAgentCoreControl / Client / delete_browser
delete_browser¶
- BedrockAgentCoreControl.Client.delete_browser(**kwargs)¶
- Deletes a custom browser. - See also: AWS API Documentation - Request Syntax- response = client.delete_browser( browserId='string', clientToken='string' ) - Parameters:
- browserId (string) – - [REQUIRED] - The unique identifier of the browser to delete. 
- clientToken (string) – - A unique, case-sensitive identifier to ensure idempotency of the request. - This field is autopopulated if not provided. 
 
- Return type:
- 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- BedrockAgentCoreControl.Client.exceptions.ServiceQuotaExceededException
- BedrockAgentCoreControl.Client.exceptions.ValidationException
- BedrockAgentCoreControl.Client.exceptions.AccessDeniedException
- BedrockAgentCoreControl.Client.exceptions.ResourceNotFoundException
- BedrockAgentCoreControl.Client.exceptions.ThrottlingException
- BedrockAgentCoreControl.Client.exceptions.InternalServerException