We currently only have an endpoint to delete one file at a time. Client can potentially make a lot of calls when deleting large collections of files. This would also be helpful in case file deletes fail halfway. Maybe even let the system recover from partial deletes.
The new endpoint would accept list of files IDs in the body of the request.
Note: This exists for Datasets using selections. We could just extend selections to include files.
We currently only have an endpoint to delete one file at a time. Client can potentially make a lot of calls when deleting large collections of files. This would also be helpful in case file deletes fail halfway. Maybe even let the system recover from partial deletes.
The new endpoint would accept list of files IDs in the body of the request.
Note: This exists for Datasets using selections. We could just extend selections to include files.