qds.spDeleteItemSet
Removes an item set from the QDS database along with its attribute tolerances, links, and checklist references.
- `@itemSetId` (int): ID of the item set to delete.
Deletes from: - `attributeTolerance` - `itemSetLink` - `chkShtItemSetLink` - `itemSet`
Total number of deleted rows.
Code Example
-- Example: Delete an item set with ID 42
EXEC qds.spDeleteItemSet @itemSetId = 42;