db_setup_remove
Delete a database profile and its password secret from an instance. Requires user confirmation to proceed.
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). |