Replace an existing image in Cloudinary!

Does anyone knows how can I replace an existing (already uploaded) image from cloudinary through thunkable components? I studied the Cloudinary’s relevant documentation and tried to manipulate the exported mediaURL from media_DB upload, but with no avail. Whatever I try, always adds an image to cloudinary’s library and never replace it.
Any help would be very appreciated cause I’m very stucked right now…

Does perhaps anyone knows if there is a way to manipulate the mediaURL of media_DB output before the upload takes place? I mean, I want to set some parameters in the uploading procedure and specifically to this “mediaURL” url address…