Allow user to delete bulk stage request, after submitting it. Useful, in case of erroneous staging a lot files, or during testing. Done with: ``` DELETE /bulk-requests/{id} ``` in a similar way to getting the status: https://github.com/sara-nl/SpiderScripts/issues/86