delete

Deletes a specific Time-based One-Time Password token.

Usage

vhsm nitride totp delete <totp> [flags]
  • <totp>: The TOTP token's unique identifier (UUID) to be deleted.

Flags


Example

vhsm nitride totp delete 13d5466b-1b77-43db-9220-38052fb4cb4a

This command deletes the TOTP token with the UUID 13d5466b-1b77-43db-9220-38052fb4cb4a.

Output

// Some code

Additional Example

Delete a TOTP token from a specific namespace:

vhsm nitride totp delete 13d5466b-1b77-43db-9220-38052fb4cb4a -namespace=prod

The command removes the specified TOTP token from the vHSM system in the namespace prod.

Output

tbd

Last updated

Was this helpful?