Skip to content

Delete Flow

bedrockagent_delete_flow R Documentation

Deletes a flow

Description

Deletes a flow.

Usage

bedrockagent_delete_flow(flowIdentifier, skipResourceInUseCheck)

Arguments

flowIdentifier

[required] The unique identifier of the flow.

skipResourceInUseCheck

By default, this value is false and deletion is stopped if the resource is in use. If you set it to true, the resource will be deleted even if the resource is in use.

Value

A list with the following syntax:

list(
  id = "string"
)

Request syntax

svc$delete_flow(
  flowIdentifier = "string",
  skipResourceInUseCheck = TRUE|FALSE
)