Delete Method (UtilReasGrp)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method removes the specified utilization reason group record from the Util_Reas_Group table for the specified reason group.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal reasGrpId As Integer _
)
'Usage
Dim sessionId As Integer
Dim reasGrpId As Integer
UtilReasGrp.Delete(sessionId, reasGrpId)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- reasGrpId
- Required. Holds the code of the utilization reason group that is being deleted.