---
title: "Delete File"
method: POST
path: "/api/manageGame/deleteFile"
tags: ["Manage Game"]
---

# Delete File

`POST /api/manageGame/deleteFile`

## Request body

- DeleteFileDto
  - `path` string, required — The path to the file to be deleted

## Response `200`

Successfully deleted the file.

## Other responses

- `400` — Failed to delete the file.

---

[API](https://skmtc.net/openwebgal/apis/webgal-terre-api.md) · [All operations](https://skmtc.net/openwebgal/apis/webgal-terre-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openwebgal/webgal-terre-api/versions/ebcacb42f932/schema)
