My App
Api
DELETE
/projects/{projectId}

Permanently delete a project and all its translations. Requires ?confirm=true.

x-api-key<token>

API key from the LangRelay dashboard. Org-level keys can access all projects; project-scoped keys are restricted to one project.

In: header

Path Parameters

projectId*string

Query Parameters

confirm*string

Must be true to confirm deletion

Value in"true"

Response Body

application/json

curl -X DELETE "https://api.langrelay.com/v1/projects/proj_abc123?confirm=true"
Empty
{
  "type": "https://api.langrelay.com/errors/bad-request",
  "title": "Bad Request",
  "status": 400,
  "detail": "projectId and language query parameters are required."
}