Delete Method (JobStepChoice)
- Last UpdatedMar 17, 2026
- 1 minute read
The Delete() method deletes the specified job step choice record from the Job_Step_Choice table.
'Usage
Dim sessionId As Integer
Dim rowId As Integer
JobStepChoice.Delete(sessionId, rowId)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- rowId
- Required. Holds the row ID of the job step choice record to be deleted.