Delete Method (JobStep)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified job step record from the Job_Step table.
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- woId
- Required. Holds the ID of the work order to which the job step belongs.
- operId
- Required. Holds the ID of the operation to which the job step belongs.
- seqNo
- Required. Holds the operation sequence number to which the job step belongs.
- stepNo
- Required. Holds the step number of the job step to be deleted.