What is the difference between a soft delete and a hard delete in Azure Blob Storage?
The Delete Blob operation marks the specified blob or snapshot for deletion. The blob is later deleted during garbage collection.
Note that in order to delete a blob, you must delete all of its snapshots. You can delete both at the same time with the Delete Blob operation.
learn more from given below urlhttps://learn.microsoft.com/en-us/rest/api/storageservices/delete-blob