Cleanup old screened cases?

Hello,In our use of the API, we check vessels for sanctions using the following steps.

Is it necessary to perform any cleanup after these steps, given that we currently do not need to store or reuse them later? When we tried Delete a case (DELETE https://rms-world-check-one-api-pilot.thomsonreuters.com/v1/cases/{{case-system-id}}), the API produced a 404 error with an empty list as reply. A first look on the forum gives us the idea that it is a matter of user rights.

Note that we already have many old cases (from dev tests) that were not deleted.

Thank you.

Best Answer

  • Prabhjyot
    Prabhjyot LSEG
    Answer ✓

    @cedric.lasbleiz,

    Thank you for your query.

    The above mentioned sequence looks good. If you have to fetch the profile information of a match you may use the referenceId from the result and use the API call - 'SEQ-case-investigate-world-check-profile: Get a World-Check profile' to fetch the full profile information. Also, if you want to resolve the match, you may use the resultId and the API call would be - 'SEQ-case-investigate-resolve-results: Resolve results'.

    If in case, you have to use the cases at a later point, you may use the case-system-id for the reference and it should be able to provide you with the details of the case.

    For deleting a case: Firstly permissions needs to be added for the account and for the user to be able to perform delete action on a case. I have enabled the permission for your account and added to the user. You should be able to delete cases now in pilot environment.

    Secondly, the case has to be archived first and then deleted. Unarchived case cannot be deleted.

    Hope this clarifies your concern.

Answers