For the bulk delete of eventBasedProcess we agreed during this kick-off on developing an endpoint, which will accept a list of eventBasedProcess in the request body.
The endpoint for bulk deleting eventBasedProcesses is:
POST /api/eventBasedProcess/delete
and it accepts in the request body:
[eventBasedProcessId1, eventBasedProcessId2, eventBasedProcessId3, ...]
which is the list of eventBasedProcessIds, which we want to delete
AT:
- the endpoint has been developed
- addiniotal ITs have been added which verify the correct functionality of the endpoint
- the REST documentation has been updated accordingly