Cloud Keys 2020 Python Edition

Questions / Feedback?

delete_secret Method

Deletes a secret.

Syntax

def delete_secret(secret_name: str) -> None: ...

Remarks

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

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

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