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