If a user updates the Profile Image then before uploading the new image, first delete the old image using the profileImage from User Modal then upload the new image and update the same in the User details.
Ensure that if the req doesn't have the profile image then this logic doesn't get called automatically.
Use the deleteFromAzure() function from the utils/azure.js .