Delete Method (QmSpecAttrLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes a qm specification attribute link record from the Qm_Spec_Attr_Link table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal qmSpecId As Integer, _
ByVal attrId As Integer _
)
'Usage
Dim sessionId As Integer
Dim qmSpecId As Integer
Dim attrId As Integer
QmSpecAttrLink.Delete(sessionId, qmSpecId, attrId)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- qmSpecId
- Required. Holds the ID of the qm specification for the link being deleted.
- attrId
- Required. Holds the ID of the attribute for the link being deleted.