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

# base44 secrets delete

> Delete a secret from the current project.

<Warning>
  This page is part of an AI coding agent skill and is written for agents, not humans. For the human-readable Base44 docs, see the [developer documentation](/developers).
</Warning>

# base44 secrets delete

Delete a secret from the current project.

## Syntax

```bash theme={null}
npx base44 secrets delete <key>
```

## Arguments

| Argument | Description                  | Required |
| -------- | ---------------------------- | -------- |
| `<key>`  | Name of the secret to delete | Yes      |

## Options

No options.

## Examples

```bash theme={null}
npx base44 secrets delete API_KEY
```

## Notes

* The secret is permanently removed from Base44
* Requires authentication
