Delete Method (EntFile)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified entity file record from the Ent_File table.
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- entId
- Required. Holds the ID of the entity with which the file is associated.
- filePath
- Required. Holds the file path and file name of the file being deleted.