Skip to content

Bedrock Agentcore Control  >  Operations  >  delete_browser_profile

delete_browser_profile

Operation

delete_browser_profile async

delete_browser_profile(input: DeleteBrowserProfileInput, plugins: list[Plugin] | None = None) -> DeleteBrowserProfileOutput

Deletes a browser profile.

Parameters:

Name Type Description Default
input DeleteBrowserProfileInput

An instance of DeleteBrowserProfileInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
DeleteBrowserProfileOutput

An instance of DeleteBrowserProfileOutput.

Input

DeleteBrowserProfileInput dataclass

Dataclass for DeleteBrowserProfileInput structure.

Attributes

client_token class-attribute instance-attribute
client_token: str | None = None

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

profile_id class-attribute instance-attribute
profile_id: str | None = None

The unique identifier of the browser profile to delete.

Output

DeleteBrowserProfileOutput dataclass

Dataclass for DeleteBrowserProfileOutput structure.

Attributes

last_saved_at class-attribute instance-attribute
last_saved_at: datetime | None = None

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

last_updated_at instance-attribute
last_updated_at: datetime

The timestamp when the browser profile was last updated.

profile_arn instance-attribute
profile_arn: str

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

profile_id instance-attribute
profile_id: str

The unique identifier of the deleted browser profile.

status instance-attribute

The current status of the browser profile deletion.