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).
Parameters
Section titled “Parameters”| Name | Type | Description | |
|---|---|---|---|
project_uuid | string | optional | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
key_uuid | string | required | Key UUID (from list_keys or a11y_report / list_a11y_gaps items). |
language_code | string | required | Target locale CODE, e.g. 'fr' (the locale field of an a11y_report item). |
surface | string | required | Which a11y surface to clear. (aria_label, alt_text, screen_reader, plain_language) |
Example
Section titled “Example”{ "tool": "delete_a11y_variant", "arguments": { "key_uuid": "<key_uuid>", "language_code": "<language_code>", "surface": "aria_label" }}