Deletes a version of a flow.
See https://www.paws-r-sdk.com/docs/bedrockagent_delete_flow_version/ for full documentation.
bedrockagent_delete_flow_version(
flowIdentifier,
flowVersion,
skipResourceInUseCheck = NULL
)
[required] The unique identifier of the flow whose version that you want to delete
[required] The version of the flow that you want to delete.
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.