Skip to content

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).

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