View source: R/bedrockagent_operations.R
bedrockagent_delete_flow_version | R Documentation |
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
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.