Public API
Disconnect Bitbucket
Disconnects the Bitbucket integration by clearing all stored Bitbucket fields. Requires `canEditProjects` 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
curl -X DELETE "https://app.movabase.com/api/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/bitbucket"{
"success": true,
"message": "string"
}Delete translation
Soft-deletes a translation (sets `deleted_at` timestamp) by default, or permanently deletes if `permanent: true`. Requires `canEditTranslations` permission.
Export translations
Exports all translations for a project. This is the **primary endpoint for CI/CD and programmatic access**. Supports API key authentication via the `Authorization: Bearer <key>` header. Returns translations in JSON or PO format, optionally as a ZIP file.