Remove a simulated user from the database.
Remove-ROUser [-Username] <String> [-WhatIf] [-Confirm]Deletes a simulated user and their associated ActionWeight rows from the RobOtters SQLite database. Existing ActionLog entries for the user are preserved for audit purposes. Supports the standard -WhatIf and -Confirm parameters for safe operation.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Username | String | Yes | -- | The username of the simulated user to remove |
| WhatIf | Switch | No | -- | Shows what would happen without making changes |
| Confirm | Switch | No | -- | Prompts for confirmation before removing the user |
Remove-ROUser -Username 'svc-simuser01'Deletes the user and their action weights from the database.
Remove-ROUser -Username 'svc-simuser01' -WhatIfDisplays what would be removed without actually deleting anything.
This command produces no output.