Delete Method (Spec)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified specification record from the Spec table.
Parameters
- sessionId
Required. Holds the session ID and thus the user who is making this method call.
- specId
Required. Holds the ID of the specification.
- modId
Output. Holds a modification ID value to avoid data contention. The passed value must match the record's modification ID value for the record to be deleted.