# delete

Delete a previously created identity.

### **Usage**

```sh
vhsm nitride identity delete <type>/<name>/<created> [flags]
```

Deletes a specific identity.<br>

* `<type>`: platform, firmware, workload, or metadata
* `<name>`: the identity name
* `<created>`: creation timestamp. The exact moment (in seconds since 1970-01-01 UTC) when this key was generated or registered in the system.

#### Flags

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

***

**Example:**

```sh
vhsm nitride identity delete workload/azure-sev-snp-vtpm-ubuntu-jammy/1680000000
```

**Output similar to:**

```
Success! Data deleted (if it existed) at: auth/ratls/identities/workload/azure-sev-snp-vtpm-ubuntu-jammy/1680000000
```

**Additional Example:**

Delete an identity non-interactively:

```sh
vhsm nitride identity delete firmware/azure-dc2as-v5/1680000000 -non-interactive
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.enclaive.cloud/nitride/cli/identity/delete.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
