Learn R Programming

paws.machine.learning (version 0.9.0)

bedrockagent_delete_flow: Deletes a flow

Description

Deletes a flow.

See https://www.paws-r-sdk.com/docs/bedrockagent_delete_flow/ for full documentation.

Usage

bedrockagent_delete_flow(flowIdentifier, skipResourceInUseCheck = NULL)

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.