Skip to content

Delete Workflow

customerprofiles_delete_workflow R Documentation

Deletes the specified workflow and all its corresponding resources

Description

Deletes the specified workflow and all its corresponding resources. This is an async process.

Usage

customerprofiles_delete_workflow(DomainName, WorkflowId)

Arguments

DomainName

[required] The unique name of the domain.

WorkflowId

[required] Unique identifier for the workflow.

Value

An empty list.

Request syntax

svc$delete_workflow(
  DomainName = "string",
  WorkflowId = "string"
)