Delete Method (JobStepData)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method removes the specified job step data record from the Job_Step_Data table.
'Usage
Dim sessionId As Integer
Dim rowId As Integer
JobStepData.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 data record to be deleted.