Delete secrets from your project. When you delete a secret, any deployed backend functions that reference it are automatically redeployed.
If a backend function references a deleted secret, it may fail when trying to
access the missing value. Remove the secret from your function code before
deleting it.
Usage
base44 secrets delete <secret_names>
Arguments
| Argument | Description | Required |
|---|
<secret_names> | One or more secret names, separated by spaces | Yes |
Example
base44 secrets delete API_KEY DATABASE_URL
See also