Aller au contenu

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

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 or a11y_report / list_a11y_gaps items).
language_codestringrequisTarget locale CODE, e.g. 'fr' (the locale field of an a11y_report item).
surfacestringrequisWhich 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"
}
}