diff --git a/docs/admin/templates/extending-templates/parameters.md b/docs/admin/templates/extending-templates/parameters.md
index 7f216bd3e64f9..9c1235d51a915 100644
--- a/docs/admin/templates/extending-templates/parameters.md
+++ b/docs/admin/templates/extending-templates/parameters.md
@@ -480,7 +480,6 @@ The "Options" column in the table below indicates whether the form type requires
 | `input`        | `string`, `number`                         | No      | Standard single-line text input field. Default for string/number parameters without options.                                 |
 | `key-value`    | `string`                                   | No      | For entering key-value pairs (as JSON).                                                                                      |
 | `multi-select` | `list(string)`                             | Yes     | Select multiple items from a list with checkboxes.                                                                           |
-| `password`     | `string`                                   | No      | Masked input field for sensitive information.                                                                                |
 | `radio`        | `string`, `number`, `bool`, `list(string)` | Yes     | Radio buttons for selecting a single option with all choices visible at once.                                                |
 | `slider`       | `number`                                   | No      | Slider selection with min/max validation for numeric values.                                                                 |
 | `switch`       | `bool`                                     | No      | Toggle switch alternative for boolean parameters.                                                                            |