Skip to content

Delete Id Mapping Workflow

entityresolution_delete_id_mapping_workflow R Documentation

Deletes the IdMappingWorkflow with a given name

Description

Deletes the IdMappingWorkflow with a given name. This operation will succeed even if a workflow with the given name does not exist.

Usage

entityresolution_delete_id_mapping_workflow(workflowName)

Arguments

workflowName

[required] The name of the workflow to be deleted.

Value

A list with the following syntax:

list(
  message = "string"
)

Request syntax

svc$delete_id_mapping_workflow(
  workflowName = "string"
)