# RXS_deleteFile() Allows the programmer to easily delete a file in the IFS. ## Subprocedure Prototype ### IBM i V5R4+ | Field | Description | |---|---| | ` D RXS_deleteFile pr 10i 0` | Deletes the specified IFS file. | | ` D pFile value like(RXS_FilePath)` | The qualified name of the IFS file to be deleted. **Example:** `/myFolder/myFile.xml` |