Revoke API key
Revokes an API key in Unkey and removes it from the database. Requires `canEditProjects` permission.
Supabase Auth session cookie. Automatically set when users log in via the Movabase web app.
In: cookie
Path Parameters
Project ID
uuidAPI Key ID
uuidResponse Body
application/json
application/json
application/json
curl -X DELETE "https://app.movabase.com/api/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/keys/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"success": true
}{
"error": "string"
}{
"error": "string"
}Restore translation from trash
Restores a soft-deleted translation and logs the restoration in translation history. Requires `canEditTranslations` permission.
Sync translations from Bitbucket
Syncs translations FROM the Bitbucket repository TO the database. Returns a Server-Sent Events (SSE) stream with real-time progress. Auto-detects language from file/folder structure. Creates file_translation records if needed. Supports JSON, PO, Android XML, and iOS Strings formats. Requires `canEditTranslations` permission.