# DROP PERSONAL FILE

Deletes a file in the personal space ([Cloud Portal](https://portal.singlestore.com) > Editor > Personal).

## Syntax

```
DROP PERSONAL FILE '<filename>'
```

## Argument

* `filename`: The name of the file to delete in the personal space.

## Example

The following command deletes a file in the personal space:

```sql
DROP PERSONAL FILE 'stats.csv';
```

***

Modified at: May 19, 2026

Source: [/cloud/reference/fusion-sql/drop-personal-file/](https://docs.singlestore.com/cloud/reference/fusion-sql/drop-personal-file/)

(An index of the documentation is available at /llms.txt)
