deleteSecret (method)

Deletes a secret.

Syntax

- (void)deleteSecret:(NSString*)secretName;
public func deleteSecret(_ secretName: String) throws -> Void

Remarks

This method permanently deletes a secret and all of its versions.

To make individual versions inaccessible (either temporarily or permanently), use the SetVersionEnabled or DestroyVersion method instead.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Keys 2020 iOS Edition - Version 20.0 [Build 8157]