Version: 202601
Disable store language
POST/openapi/2026-01/languages/:language_code/disable
Disable a store language so it is hidden from visitors; configuration and translations are kept. A store must keep at least one enabled language; a primary market's default language and a market's last enabled language cannot be disabled.
Request
Path Parameters
language_code stringrequired
IETF language code
- application/json
- Body
- Example
Bodyrequired
object
{}
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
object
{
"code": "string",
"message": "string",
"data": {}
}