I'm writing an API to delete specific versions within a Blob Storage that has versioning and soft-delete enabled. This works fine when the requested version is not the current version. However, when ...