Public API
Delete project
Permanently deletes a project and all its translations, files, and languages. Requires `canDeleteProjects` 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
uuidResponse Body
application/json
application/json
curl -X DELETE "https://app.movabase.com/api/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"success": true
}{
"error": "string"
}Remove language
Removes a language and all its translations from the project. Cascading delete removes associated translations first. Requires `canEditTranslations` permission.
Delete translation
Soft-deletes a translation (sets `deleted_at` timestamp) by default, or permanently deletes if `permanent: true`. Requires `canEditTranslations` permission.