For the bulk delete of alerts we agreed during this kick-off on developing an endpoint, which will accept a list of alerts in the request body.
The endpoint for bulk deleting alerts is:
POST /api/alert/delete
and it accepts in the request body:
[alertId1, alertId2, alertId3, ...]
which is the list of alerts, 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