How to delete a master record of a fuzzy match entity with rest API?
You can use the Manage a load, setting the action to DELETE_DATA and setting the recordType to MASTER
Try something like this:
{ "action":"DELETE_DATA", "deleteOptions":{ "deleteType":"SOFT_DELETE", "recordType":"MASTER" }, "deleteRecords":{ "Customer":[ { "PublisherID":"CRM", "SourceID":"1234" } ] } }
And don't forget the Integration Guide for complete REST API details.
Stéphanie FOURRIER
How to delete a master record of a fuzzy match entity with rest API?
You can use the Manage a load, setting the action to DELETE_DATA and setting the recordType to MASTER
Try something like this:
And don't forget the Integration Guide for complete REST API details.
Stéphanie FOURRIER
You can use the Manage a load, setting the action to DELETE_DATA and setting the recordType to MASTER
Try something like this:
And don't forget the Integration Guide for complete REST API details.
-
Import Data Into Entities via Azure Data Lake
-
Recover Deleted(soft Delete) Record and Configure in Application
-
Data Quality in batch mode and real-time integration
-
Integration with analytics tools
-
Query/Load/Delete data with the REST API
-
Does the Done Tab in Inbox have a limit?
-
How Can I Trigger Enricher or Sql Procedure when deleting?
-
Matching Rules But Only The Latest Record Creates a Golden Record
-
Unstructured and Semi Structured Data in Semarchy?
-
Read CSV files from AWS S3
See all 72 topics