Delete Method (QmSpecRuleLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes a qm specification rule link record from the Qm_Spec_Rule_Link table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal qmSpecId As Integer, _
ByVal ruleId As Integer _
)
'Usage
Dim sessionId As Integer
Dim qmSpecId As Integer
Dim ruleId As Integer
QmSpecRuleLink.Delete(sessionId, qmSpecId, ruleId)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- qmSpecId
- Required. Holds the ID assigned to the specification that is being linked.
- ruleId
- Required. Holds the rule ID to be linked to the specification ID.