Skip to content

Delete Browser

bedrockagentcorecontrol_delete_browser R Documentation

Deletes a custom browser

Description

Deletes a custom browser.

Usage

bedrockagentcorecontrol_delete_browser(browserId, clientToken)

Arguments

browserId

[required] The unique identifier of the browser to delete.

clientToken

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

Value

A list with the following syntax:

list(
  browserId = "string",
  status = "CREATING"|"CREATE_FAILED"|"READY"|"DELETING"|"DELETE_FAILED"|"DELETED",
  lastUpdatedAt = as.POSIXct(
    "2015-01-01"
  )
)

Request syntax

svc$delete_browser(
  browserId = "string",
  clientToken = "string"
)