- Save a case: Vessel (POST https://rms-world-check-one-api-pilot.thomsonreuters.com/v1/cases)
- Screen a case (POST https://rms-world-check-one-api-pilot.thomsonreuters.com/v1/cases/{ {case-system-id}}/screeningRequest)
- Fetch full case details (GET https://rms-world-check-one-api-pilot.thomsonreuters.com/v1/cases/{ {case-system-id}})
- Audit until status="COMPLETED" (POST https://rms-world-check-one-api-pilot.thomsonreuters.com/v1/cases/{ {case-system-id}}/auditEvents)
- Get screening results (GET https://rms-world-check-one-api-pilot.thomsonreuters.com/v1/cases/{ {case-system-id}}/results)
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.