Delete Flow Alias
bedrockagent_delete_flow_alias | R Documentation |
Deletes an alias of a flow¶
Description¶
Deletes an alias of a flow.
Usage¶
bedrockagent_delete_flow_alias(aliasIdentifier, flowIdentifier)
Arguments¶
aliasIdentifier |
[required] The unique identifier of the alias to be deleted. |
flowIdentifier |
[required] The unique identifier of the flow that the alias belongs to. |
Value¶
A list with the following syntax:
list(
flowId = "string",
id = "string"
)
Request syntax¶
svc$delete_flow_alias(
aliasIdentifier = "string",
flowIdentifier = "string"
)