Delete Method (SamplePlan)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified sample plan record from the Sample_Plan table.
'Usage
Dim sessionId As Integer
Dim planId As Integer
SamplePlan.Delete(sessionId, planId)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- planId
- Required. Holds the ID of the sample plan being deleted.