Delete a project locale
DELETE https://localise.biz/api/locales/{locale}
Delete a locale from currently authenticated project.
Warning: This will permanently delete any translations made in the specified locale across your project
Note that you cannot delete your source locale.
URI parameters
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 |
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
}