Reltio Connect

 View Only
  • 1.  Deletion of selected nested Attributes

    Reltio Partner
    Posted 12-01-2021 11:34
    Hello,

    We have loaded one source system data for an entity , and now we would need to delete  one nested attribute value by keeping other attributes of that source  crosswalk active.

    Can you please suggest a solution for this.  Thanks


    ------------------------------
    Srujan kumar
    KPI partners
    Bangalore
    ------------------------------


  • 2.  RE: Deletion of selected nested Attributes

    Reltio Partner
    Posted 12-02-2021 12:03
    Hi @Srujan Kumar,

    Can you check this Reltio's KB article https://support.reltio.com/hc/en-us/articles/360042301551-How-can-we-hard-delete-all-the-values-from-an-attribute-  

    Hope it helps.


    Thanks,
    Manish


    ------------------------------
    Manish Kumar
    Bangalore
    ------------------------------



  • 3.  RE: Deletion of selected nested Attributes

    Reltio Employee
    Posted 12-03-2021 10:57

    There are effectively two ways to delete and attribute.  The first is to explicitly delete an attribute value instance by the attribute's unique URI for the value you want to delete.  You can see some details here:

    https://docs.reltio.com/attributeapi/deleteattribute.html

    If you have challenges with this one, post a sample record payload from a GET entity, and we can try to give you a more tangible example.



    The second option is the bulk attribute actions.  Performance will be somewhat slower, but it will allow you to delete a specific value without knowing the URI.  Note that you need to be careful with this second approach as it can impact multiple records if your filter criteria is too broad.  

    Use the operation DeleteAttribute as documented here:

    https://docs.reltio.com/entitiesapi/bulkattrupdate.html



    ------------------------------
    Dan Gage
    Principal Solution Consultant
    ------------------------------