File delete option in n8n

Is there any option or node that can be used to delete a file from local folder after sucessfully reading the file ?

yes, you can use Execute Command node for your case

Here is the example:

Hopefully it helps, and kindly mark my message as solution:)

Thanks @withabdul , i just had to replace rm with del command since i was on Windows machine.

You’re welcome!
By the way, can you mark my message as solution? Since I helped u with ur problem:)