My app service has an export scenario which extracts data from backend and writes to app service file storage first and egress the data to the blob later. These files are huge and sometimes more than 1GB of size. The current SKU of the app service is supporting 250GB and often running into storage problems because of these temp files creation.
Is there a way I could delete these files programmatically through kudu or may be by exposing another delete end point to delete selective files from the server?