Main menu

DELETE /translations/{id}/{locale}/flag

Clear flag from a translation

DELETE https://localise.biz/api/translations/{id}/{locale}/flag 

Removes current flag from a translation marked as incomplete or in error.

It's not necessary to specify which flag to remove, because there can be only one.

URI parameters

id

Asset ID

string required
locale

Locale short code, or language tag

string required
key

API key - required if not sent in Authorization header

string optional

Request headers

Authorization

API key sent as "Loco <key>" or "Basic <encoded>". See Authentication.

string required if not in query

Response

A single JSON-encoded Success object, which takes the following form:

{
    "status": 0, // HTTP status 2xx code
    "message": "", // Descriptive success message
}  

Try it

Open in test console »


« /api/translations