delete_browser¶
Operation¶
delete_browser
async
¶
delete_browser(input: DeleteBrowserInput, plugins: list[Plugin] | None = None) -> DeleteBrowserOutput
Deletes a custom browser.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteBrowserInput
|
An instance of |
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 |
|---|---|
DeleteBrowserOutput
|
An instance of |
Input¶
DeleteBrowserInput
dataclass
¶
Dataclass for DeleteBrowserInput structure.