Delete Method (ItemFile)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified standard operation step file record from the Item_File table.
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- itemId
- Required. Holds the ID of the item to which the file belongs.
- filePath
- Required. Holds the path and file name of the item file.
- modId
Required. Holds a modification ID value to avoid data contention. The passed value must match the record's modification ID value for the record to be deleted.