Publishing
Delete a translation
Delete the translation overlay for one locale. Idempotent.
DELETE
Delete a translation
DELETE https://api-datahub.octoparse.com/v1/data-apps/{app_id}/translations/{locale}
Authentication: API key required (Authorization: Bearer <API Key>). App author only; others get 404.
Idempotent: deleting a locale that does not exist still returns 200 with deleted set to false. Takes effect immediately on this replica for search; other replicas follow the watermark.
Request
Path parameters
string
required
App reference.
string
required
Locale code.
Example request
Response
200 success
data. Fields:
boolean
required
Whether a translation was actually deleted.
Errors
Error responses use
{"error": {code, category, message, retryable}}. See Errors.