Movabase Docs
Public API

Permanently delete translation

Permanently deletes a translation from the trash (cannot be restored). Requires `canEditTranslations` permission.

DELETE
/api/projects/{project-id}/translations/trash

Authorization

sb-access-token<token>

Supabase Auth session cookie. Automatically set when users log in via the Movabase web app.

In: cookie

Path Parameters

project-id*string

Project ID

Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X DELETE "https://example.com/api/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/translations/trash" \  -H "Content-Type: application/json" \  -d '{    "id": "string"  }'
{  "success": true}