Skip to main content
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

The payload is wrapped in data. Fields:
boolean
required
Whether a translation was actually deleted.

Errors

Error responses use {"error": {code, category, message, retryable}}. See Errors.

Client libraries

The Python and JavaScript SDKs do not wrap this endpoint yet. Call REST directly.