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

# Delete

> Deletes a key=value pair.

```
envs delete [KEY] [flags]
```

### Options

```
  -e, --env string   Remote environment to delete the secret key from. Defaults to the local environment.
  -h, --help         help for delete
```

### Usage

Use the `--env` flag will set the secrets in your remote environment. Otherwise your local environment.

### Options inherited from parent commands

```
  -d, --debug   Print debug logs
```
