entityresolution_batch_delete_unique_id {paws.analytics} | R Documentation |
Deletes multiple unique IDs in a matching workflow
Description
Deletes multiple unique IDs in a matching workflow.
See https://www.paws-r-sdk.com/docs/entityresolution_batch_delete_unique_id/ for full documentation.
Usage
entityresolution_batch_delete_unique_id(
inputSource = NULL,
uniqueIds,
workflowName
)
Arguments
inputSource |
The input source for the batch delete unique ID operation. |
uniqueIds |
[required] The unique IDs to delete. |
workflowName |
[required] The name of the workflow. |
[Package paws.analytics version 0.9.0 Index]