Field notesAUWENSearch
Explore Systems
← Command indexPowerShell / delete

Remove-Item

Delete an item.

Syntax

UPPERCASE words are placeholders to replace. Brackets in the syntax line describe optional arguments; do not type those brackets literally.

Remove-Item -LiteralPath PATH [-WhatIf]

Example

Remove-Item -LiteralPath ./renamed-note.txt -WhatIf

Expected result

A preview; no deletion occurs.

Notes and traps

Removing -WhatIf performs deletion. Do not assume files go to the recycle bin.

Related commands

Related tasks may need different flags and have different semantics. Check the entry before translating a command between shells.

Official reference ↗

Updated 13 September 2026. Examples describe the expected behavior; not every platform is available for execution testing.