Hi Karthick,
Post-reading the above conversation, I could see two ways of performing Bulk deletion.
Way 1 - Through Front-End UI
Details : Choose the appropriate dataset (entities) using the search filter in UI and then click on 3 dots stating the bulk operation
In Bulk Operation, we need to select Bulk delete post reviewing we are selecting & deleting appropriate entities.
Way 2 - ROCS Utility
Details : Link to docs (https://docs.reltio.com/addonutilities/aboutaddons.html)
We can run the ROCS utility with the desired configuration to delete a profile w.r.t Entity, Crosswalk, source system, filter
------------------------------
Chetan P
Freshworks
------------------------------
Original Message:
Sent: 09-27-2022 09:45
From: karthick s
Subject: Bulk Delete of Entities Without Executing LCA
HI Shivaputrappa Patil,
I have used API given below..
API is working fine but parameter executeLCA=false
is not working...Since we need to delete some entities without executing the LCA
POST {TenantURL}/entities/_delete?executeLCA=false
with some filter condition in body
{ "objects": { "filter": "equals(type, 'configuration/entityTypes/Individual')" }}
Also we have used the ROCS utility to perform bulk delete but there also in config file we have used the parameter
EXECUTE_LCA=false as well as
executeLCA=false
but it did not worked..
So just want to know is there any other way to bulk delete records without executing LCAs?
------------------------------
karthick s
Consultant
Capgemini
Chennai
Original Message:
Sent: 09-27-2022 09:17
From: Shivaputrappa Patil
Subject: Bulk Delete of Entities Without Executing LCA
Hi Karthick,
Thank you for posting the question,
However, I would like to know to more about the API you are using to delete the records and the API param you are using
Would you please add more details on that?
------------------------------
Shivaputrappa Patil
Original Message:
Sent: 09-26-2022 22:45
From: karthick s
Subject: Bulk Delete of Entities Without Executing LCA
HI All,
IS there any way to bulk delete of records without executing the LCA?
ExceuteLCA = false is not working in bulk delete APIs, So is there any alternate way or oob api to bulk delete records without triggering the LCAs ?
#bulkdelete
------------------------------
karthick s
------------------------------