delete_a11y_variant
Delete ONE a11y variant override for (key, language, surface) (a11y V1). The cell re-inherits the base value per the locale/surface fallback chain; a 404 means there was no override to remove. Address by key_uuid + language_code + surface (same as set_a11y_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 or a11y_report / list_a11y_gaps items). |
language_code | string | requis | Target locale CODE, e.g. 'fr' (the locale field of an a11y_report item). |
surface | string | requis | Which a11y surface to clear. (aria_label, alt_text, screen_reader, plain_language) |
{ "tool": "delete_a11y_variant", "arguments": { "key_uuid": "<key_uuid>", "language_code": "<language_code>", "surface": "aria_label" }}