Question
How can I delete Interaction data in bulk?
Answer
You can delete by one interaction at a time, done by ID. Use the below API:
DELETE {{TenantURL}}/interactions/ID
The ID parameter is required. Get a list of interaction IDs for a tenant using the Get Interactions for Entity API:
GET {TenantURL}/{entity object URI}/_interactions
The Reltio Snap pack is a set of pre-built connectors that work in the SnapLogic Enterprise Integration Cloud. Alternately, it is possible to delete multiple entities at a time using Reltio Snaps. Snaplogic is necessary to do a bulk delete. Additional documentation can be found in the third link below.
References
https://docs.reltio.com/intapi/deleteinteraction.html?hl=delete%2Cinteraction
https://docs.reltio.com/intapi/getinteractionsforentity.html?hl=get%2Cinteractions%2Centity
https://docs.reltio.com/integrations/snaplogicreltiodeletebyuri.html?hl=snaplogic
Comments
Please sign in to leave a comment.