For the bulk delete of collection roles we agreed on developing an endpoint, which will accept a list of collection roles in the request body.
The endpoint for bulk deleting collection roles is:
POST /api/collection/roles/delete
and it accepts in the request body:
[collectionRoleId1, collectionRoleId2, collectionRoleId3, ...]
which is the list of collection roles, 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