v2-versions
📄️ This endpoint issues a soft delete of the specified versions of the secret. This marks the versions
This endpoint issues a soft delete of the specified versions of the secret. This marks the versions as deleted and will stop them from being returned from reads, but the underlying data will not be removed. A delete can be undone using the undelete path.
📄️ Undeletes the data for the provided versions and path. This restores the data, allowing it to be ret
Undeletes the data for the provided versions and path. This restores the data, allowing it to be returned on get requests.
📄️ Permanently removes the specified version data for the provided key and version numbers from the vau
Permanently removes the specified version data for the provided key and version numbers from the vault.
📄️ This endpoint retrieves the secret at the specified location
This endpoint retrieves the secret at the specified location
📄️ This endpoint creates a new version of a secret at the specified location
This endpoint creates a new version of a secret at the specified location
📄️ This endpoint issues a soft delete of the secret's latest version at the specified location. This ma
This endpoint issues a soft delete of the secret's latest version at the specified location. This marks the version as deleted and will stop it from being returned from reads, but the underlying data will not be removed. A delete can be undone using the undelete path.