Feature Request: Deleting a specific uploaded file from media Manager with wix code

Need the ability to delete an uploaded file within wix code. I have the document or image url but there are no means to delete the file outside the “Media Manager”

3 Likes

Hi,
I have the same need. Uploads of images (by users) are checked if they match the format requirements. If not, they won’t be written to the database, but can’t be deleted by code. So they stuck in the Media Manager.
Did I overlook thomething?

Yes - I have the same need. Also, is there a way to direct the uploads to go into a specific folder within the visitor files section?

I have the same request: I would like to be able to delete a specific file from the Media manager using Corvid code

Same here!

Same here

As I didn’t find a way to upload a file with a token and control its location. it seems that I first need to upload it using UploadButton and then to upload it again in the backend with the required location and privacy.
So I guess a delete is required for this case as well.

Same here - Really need the ability to delete uploaded files in code