Support DELETE on ListElements
A new endpoint DeleteElements
would allow a user to delete a full list of elements from the frontend, starting an async task:
example: DELETE /api/v1/corpus/<corpus_id>/elements/?parent=XX&type=page
would delete all the pages under a specific parent
Depends on #518 (closed) & #516 (closed)