delete https://example.com/settings/v1/locales/
Remove a locale from the available locales
Path param 'id' refers to the locale code.
If the provided id not exist status 200 is returned.
Cannot delete the system locale. Cannot delete the default locale. If you wish to delete the default locale First you need to change the default to another one.
Locale codes are lowercase formatted and using '-' between country code and language, for example: 'en-us'
Path Parameters:
Parameter | Type | Mandatory | Description | Example |
---|---|---|---|---|
id | string | true | Locale ID |
This API requires SETTINGS_DELETE_LOCALE permission(s).