db_setup_remove
Undo a saved database profile: remove an instance's db_profile and optionally delete its stored password secret. Confirm with the user before running.
Instructions
Remove an instance's db_profile and its stored DB secret — the undo for db_setup_save. Mutating: confirm with the user first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | Website/app to remove when the instance hosts several DBs. Required if there is more than one. | |
| instance_id | Yes | Instance whose db_profile to remove. | |
| delete_secret | No | Also delete the password from the secret store (default true). |