---
title: "Delete Translation"
method: DELETE
path: "/v1/{workspace}/translation/content/{locale_file}/"
---

# Delete Translation

`DELETE /v1/{workspace}/translation/content/{locale_file}/`

Marks a file for deletion in the next commit. Actual deletion will happen when you commit the draft.

## Path parameters

- `workspace` string, required
- `locale_file` string, required

## Response `204`

Translation file deleted successfully

## Other responses

- `401` — Authentication failed
- `404` — Resource not found

---

[API](https://skmtc.net/suprsend/apis/suprsend-api.md) · [All operations](https://skmtc.net/suprsend/apis/suprsend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/suprsend/suprsend-api/revisions/9a5a2cd152ae/schema)
