Aller au contenu

delete_variant

Delete ONE variant override for (key, language, surface), for ANY surface (device or a11y) - task 928. The cell re-inherits the base value; a 404 means there was no override. Address by key_uuid + language_code + surface (same as set_variant).

NomTypeDescription
project_uuidstringoptionnelProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
key_uuidstringrequisKey UUID (from list_keys / get_variants).
language_codestringrequisTarget locale CODE, e.g. 'fr'.
surfacestringrequisSurface slug (device or a11y) to clear.
{
"tool": "delete_variant",
"arguments": {
"key_uuid": "<key_uuid>",
"language_code": "<language_code>",
"surface": "<surface>"
}
}