Remove an app secret
unset_app_secretStop injecting a stored secret into one app. The app restarts without it, so call this only when the app no longer needs that variable. The stored value stays in the account vault and any other app using it keeps working; deleting the stored value itself is a dashboard action. Do not report the secret as deleted, report it as removed from this app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The environment variable name to stop injecting | |
| app_id | Yes | The app id returned by list_apps |