# Delete

Launch stage: GA

`DELETE /api/2.0/fs/files{file_path}`

Deletes a file. If the request is successful, there is no response body.

API scopes: files

## Path parameters

- `file_path` (string, optional)
  The absolute path of the file.

## Response

```json
{}
```

