Unclassify a Link
- Last UpdatedNov 14, 2025
- 1 minute read
To remove classification information from a Link Descriptor
-
Use the DLREMOVE command:
If current element is a Link Descriptor (LNDESC) named /MYDOC1 the following command removes /MYCLASS1 classification from the /MYDOC1 Link Descriptor:
> DLREM /MYCLASS1
If current element is a Link Class (LNCLAS) named /MYCLASS1 the following command removes /MYCLASS1 classification from the /MYDOC1 Link Descriptor:
> DLREM /MYDOC1
The following command removes all Link Descriptor associations from the current Link Class:
> DLREM LINks
The following command removes all classification information from the current Link Descriptor:
> DLREM CLAsses