Public API
Remove language
Removes a language and all its translations from the project. Cascading delete removes associated translations first. Requires `canEditTranslations` permission.
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
Format
uuidRequest 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/languages" \ -H "Content-Type: application/json" \ -d '{ "code": "string" }'{ "languages": [ { "code": "string", "name": "string", "emoji": "string" } ]}Delete file
Deletes a file and all its translations. If `languageCode` is provided, only deletes that language version. Otherwise deletes the file across all languages. Requires `canEditTranslations` permission.
Delete project
Permanently deletes a project and all its translations, files, and languages. Requires `canDeleteProjects` permission.