Skip to content

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(flowIdentifier, aliasIdentifier)

Arguments

flowIdentifier

[required] The unique identifier of the flow that the alias belongs to.

aliasIdentifier

[required] The unique identifier of the alias to be deleted.

Value

A list with the following syntax:

list(
  flowId = "string",
  id = "string"
)

Request syntax

svc$delete_flow_alias(
  flowIdentifier = "string",
  aliasIdentifier = "string"
)