Skip to main content

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.

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

ArgumentDescriptionRequired
<secret_names>One or more secret names, separated by spacesYes

Example

base44 secrets delete API_KEY DATABASE_URL

See also