Is there a way to disable ongoing screning on multiple case in one api call.
We currently have a feature that allows use to manage multiple persons inside the same entity. A functionnality of this feature is for the user to chose to stop the screening on that entity, meaning we need to remove from ongoing screening all the persons belonging to that entity.
Some of those entities contains more than 15k persons, meaning this could lead to sending hundred thousands of calls with a few clicks on the interface. We don't want our service to send that many calls, so we would like to know if there is a way to remove multiple persons from the ongoing screening ?
Something like the DELETE cases/{ {case-system-id}}/ongoingScreening but on which we could send an array of case-system-ids ?
If so, could you tell use what is the correct way to do that.
Regards.
Hugo Bigot