diff --git a/changelog.d/16763.doc b/changelog.d/16763.doc
new file mode 100644
index 0000000000000000000000000000000000000000..e4236e8ef6e02d2496725314cc135ffce404ef7b
--- /dev/null
+++ b/changelog.d/16763.doc
@@ -0,0 +1 @@
+Remove value from header in configuration documentation for `refresh_token_lifetime`.
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md
index 3e49b8a2991bdb757484fe7d934f0bf452478479..8723b9a3feb07a7eb2573d1ca2f33652f7054879 100644
--- a/docs/usage/configuration/config_documentation.md
+++ b/docs/usage/configuration/config_documentation.md
@@ -2680,7 +2680,7 @@ Example configuration:
 refreshable_access_token_lifetime: 10m
 ```
 ---
-### `refresh_token_lifetime: 24h`
+### `refresh_token_lifetime`
 
 Time that a refresh token remains valid for (provided that it is not
 exchanged for another one first).