You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2024. It is now read-only.
@@ -30,11 +31,9 @@ export class AuthorityClearanceApi extends BaseApi {
30
31
* Get the authority clearances for a single user/group
31
32
* @param authorityId The name for the authority for which the clearance is to be fetched. Can be left blank in which case it will fetch it for all users with pagination
32
33
* @param opts
33
-
* @param opts.skipCount The number of entities that exist in the collection before those included in this list.
34
-
* @param opts.maxItems The maximum number of items to return in the list.
* Deletes the declassification exemption with id **declassificationExemptionId**. You can't delete a classification exemption that is being used to classify content.
92
-
*
93
-
* @param declassificationExemptionId The identifier for the declassification exemption
94
-
* @return Promise<{}>
95
-
*/
91
+
* Delete a declassification exemption
92
+
*
93
+
* Deletes the declassification exemption with id **declassificationExemptionId**.
94
+
* You can't delete a classification exemption that is being used to classify content.
95
+
*
96
+
* @param declassificationExemptionId The identifier for the declassification exemption
0 commit comments