-
Task
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
3
-
S
During the development of [https://jira.camunda.com/browse/OPT-5137|this] feature, we developed a few endpoints which are fetching the delete conflicts and conduct deletion as bulk operation. These endpoints are:
POST /api/entities/delete POST /api/eventBasedProcess/delete POST /api/collection/alerts/delete POST /api/collection/{id}/scopes/delete POST /api/collection/{id}/roles/delete POST /api/entities/delete-conflicts POST /api/collection/scope/{id}/delete-conflicts POST /api/eventBasedProcess/delete-conflicts
These endpoints can now replace the already existent ones for single deletion and fetching of delete conflicts.
Before merging the change that removes the now redundant endpoints, we need to make sure that the FE is using the new endpoints and that the desired functionality is covered by these new endpoints