I have a mediaset where my users I uploading files.
From time to time, users make mistake. They upload the wrong file, which wasn’t supposed to be uploaded, and we want to have a way to delete the uploaded file.
How can they “autonomously” delete the wrongly uploaded files ? Is there a way to programmatically (e.g. via an Action, from an Object, etc.) delete the wrong files ?
In the UI of mediaset, you can click a “delete” button to delete a particular media of a mediaset.
It should be possible to create a webhook that hits this API endpoint, which then can be triggered from Action/Functions.
Of course, as this is an undocumented API this is subject to break without warning and you should use that at your own risks.