Skip to main content
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