> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flex.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# secret delete

> Delete a secret from the FlexAI Secret Manager

Deletes an existing Secret from the FlexAI Secret Manager.

## Usage

```bash theme={null}
flexai secret delete <secret_name> [flags]
```

## Arguments

| Argument      | Type   | Required | Description                              |
| ------------- | ------ | -------- | ---------------------------------------- |
| `secret_name` | string | Yes      | The name of the FlexAI Secret to delete. |

## Flags

| Flag        | Short | Type    | Description                                           |
| ----------- | ----- | ------- | ----------------------------------------------------- |
| `--help`    | `-h`  | boolean | Displays this help page.                              |
| `--verbose` | `-v`  | boolean | Provides more detailed output when deleting a Secret. |
