What information is required to revoke a Vault lease?
What information is required to revoke a Vault lease?
To revoke a Vault lease, the required information is the Lease ID. The Lease ID uniquely identifies the lease and allows the Vault system to find and revoke the specific resource associated with that lease.
C vault lease revoke lease_id vault lease revoke --help Usage: vault lease revoke [options] ID Revokes secrets by their lease ID. This command can revoke a single secret or multiple secrets based on a path-matched prefix.
Revoke commands require the Lease ID.