Delete Matching Workflow
entityresolution_delete_matching_workflow | R Documentation |
Deletes the MatchingWorkflow with a given name¶
Description¶
Deletes the MatchingWorkflow
with a given name. This operation will
succeed even if a workflow with the given name does not exist.
Usage¶
entityresolution_delete_matching_workflow(workflowName)
Arguments¶
workflowName |
[required] The name of the workflow to be retrieved. |
Value¶
A list with the following syntax:
list(
message = "string"
)
Request syntax¶
svc$delete_matching_workflow(
workflowName = "string"
)