> ## Documentation Index
> Fetch the complete documentation index at: https://docs.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# rm

> Use Golang native commands to delete or remove a file

## Summary

Use Golang native commands to delete or remove a file

* Needs Admin: False
* Version: 1
* Author: @Ne0nd0g

View the Merlin documentation website [here](https://merlin-c2.readthedocs.io/en/latest/server/menu/agents.html#rm)
for up-to-date information.

### Arguments

#### path

* Description: The file path to remove or delete
* Required Value: True
* Default Value: None

## Usage

```
rm <filepath path>
```

## MITRE ATT\&CK Mapping

[T1485](https://attack.mitre.org/techniques/T1485/) Data Destruction

## Detailed Summary

None
