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).
Paramètres
Section intitulée « Paramètres »| Nom | Type | Description | |
|---|---|---|---|
project_uuid | string | optionnel | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
key_uuid | string | requis | Key UUID (from list_keys / get_variants). |
language_code | string | requis | Target locale CODE, e.g. 'fr'. |
surface | string | requis | Surface slug (device or a11y) to clear. |
{ "tool": "delete_variant", "arguments": { "key_uuid": "<key_uuid>", "language_code": "<language_code>", "surface": "<surface>" }}