# DROP SHARED FILE

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

## Syntax

```
DROP SHARED FILE '<filename>'
```

## Argument

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

## Example

The following command deletes a file in the shared space:

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

***

Modified at: May 19, 2026

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

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