BedrockAgentCoreControl / Client / delete_browser_profile

delete_browser_profile

BedrockAgentCoreControl.Client.delete_browser_profile(**kwargs)

Deletes a browser profile.

See also: AWS API Documentation

Request Syntax

response = client.delete_browser_profile(
    profileId='string',
    clientToken='string'
)
Parameters:
  • profileId (string) –

    [REQUIRED]

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

{
    '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

  • BedrockAgentCoreControl.Client.exceptions.AccessDeniedException

  • BedrockAgentCoreControl.Client.exceptions.ConflictException

  • BedrockAgentCoreControl.Client.exceptions.ValidationException

  • BedrockAgentCoreControl.Client.exceptions.ResourceNotFoundException

  • BedrockAgentCoreControl.Client.exceptions.ThrottlingException

  • BedrockAgentCoreControl.Client.exceptions.InternalServerException