delete_secret
Remove environment variables or secrets from Replit workspaces to manage sensitive data and maintain clean configurations.
Instructions
Delete an environment variable/secret from a repl
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The name of the environment variable to delete | |
| replId | No | Optional repl ID (uses active repl if not specified) |