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.
Supabase Auth session cookie. Automatically set when users log in via the Movabase web app.
In: cookie
Path Parameters
Project ID
uuidRequest Body
application/json
File name to delete
If provided, only delete this language version
Response Body
application/json
curl -X DELETE "https://app.movabase.com/api/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/files" \ -H "Content-Type: application/json" \ -d '{ "fileName": "string" }'{
"success": true
}Create translation
Creates a new translation key with values for one or more languages. Auto-creates file_translation records if they don't exist. Restores soft-deleted entries when possible. Requires `canEditTranslations` permission.
Remove language
Removes a language and all its translations from the project. Cascading delete removes associated translations first. Requires `canEditTranslations` permission.