bedrockagent_delete_flow_version: Deletes a version of a flow

View source: R/bedrockagent_operations.R

bedrockagent_delete_flow_versionR Documentation

Deletes a version of a flow

Description

Deletes a version of a flow.

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

Usage

bedrockagent_delete_flow_version(
  flowIdentifier,
  flowVersion,
  skipResourceInUseCheck = NULL
)

Arguments

flowIdentifier

[required] The unique identifier of the flow whose version that you want to delete

flowVersion

[required] The version of the flow that you want to delete.

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.


paws.machine.learning documentation built on April 3, 2025, 8:41 p.m.