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 |
Value¶
A list with the following syntax:
list(
id = "string"
)
Request syntax¶
svc$delete_flow(
flowIdentifier = "string",
skipResourceInUseCheck = TRUE|FALSE
)