Remove Stored Credentials
remove_stored_credentialsPreview and remove stored credentials from local or global .env files. Preview-first approach ensures safe deletion; execute with a plan handle to persist removal.
Instructions
Preview and remove one stored credential block from a local/global .env file. Preview-first: the default call projects the removal and returns a plan_handle; call again with execute=true and that handle to delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Stored target from list_stored_credentials, e.g. primary or connection_1. | |
| execute | No | Persist the reviewed removal (default false = preview only, writes nothing). | |
| plan_handle | No | Plan handle returned by the reviewed preview. Required for execute=true. | |
| storage_scope | Yes | Which .env file to modify. |