angular
angular copied to clipboard
[Question] - Remove item on file component
In File component what's the best practice to delete a file that was uploaded to storage (URL):

this removes it only on UI, but keeps the file in storage.
How to configure endpoint for DELETE verb?
If we use form renderer's change event, we can verify if type of component is file, but how to verify which file was deleted? We need to implement this in our component / service or we can get this from event data?