> For the complete documentation index, see [llms.txt](https://docs.enclaive.cloud/nitride/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enclaive.cloud/nitride/cli/totp/delete.md).

# delete

## Usage

```
vhsm nitride totp delete <totp> [flags]
```

* `<totp>`: The TOTP token's unique identifier (UUID) to be deleted.

#### Flags

* [Global HTTP Options](/nitride/cli.md#global-options)
* [Output Options](/nitride/cli.md#output-options)
* [Command Options](/nitride/cli.md#command-options)

***

#### 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

```
Success! Data deleted (if it existed) at: auth/ratls/totp/13d5466b-1b77-43db-9220-38052fb4cb4a
```

#### 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

```
Success! Data deleted (if it existed) at: auth/ratls/totp/13d5466b-1b77-43db-9220-38052fb4cb4a
```
