Delete Method (ItemReasGrp)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified item reason group record from the Item_Reas_Grp table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal reasGrpId As Integer _
)
'Usage
Dim sessionId As Integer
Dim reasGrpId As Integer
ItemReasGrp.Delete(sessionId, reasGrpId)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- reasGrpId
- Required. Holds the ID of the reason group to be deleted.