---
title: "Delete landing translation"
method: DELETE
path: "/api/v1/pwa/translation/{pwa_id}/{language_code}"
tags: ["PWA"]
---

# Delete landing translation

`DELETE /api/v1/pwa/translation/{pwa_id}/{language_code}`

Delete a specific translation for a landing page.

## Path parameters

- `pwa_id` string, uuid, required
- `language_code` string, required

## Response `204`

Successful Response

## Other responses

- `401` — Authentication required.
- `403` — Access denied.
- `404` — The requested resource was not found.
- `422` — Validation Error

---

[API](https://skmtc.dev/pwapps/apis/curie-api.md) · [All operations](https://skmtc.dev/pwapps/apis/curie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pwapps/curie-api/revisions/b0af9064dfef/schema)
