Each REST call to store blocks is independent; There are no transactions between multiple calls.
The only possible way to delete multiple blocks in one call (transaction) would be if all the drops were in the same container. Then you can perform the deletion in the container in one call, which will also delete all drops inside this container.
See here for API documentation and here for the .net library call.
source
share