diff --git a/docs/public-networks/reference/api/index.md b/docs/public-networks/reference/api/index.md
index a5bcc8ecdd..22d2ff800b 100644
--- a/docs/public-networks/reference/api/index.md
+++ b/docs/public-networks/reference/api/index.md
@@ -522,7 +522,7 @@ curl -X POST --data '{"jsonrpc":"2.0","method":"admin_peers","params":[],"id":1}
{
"version": "0x5",
"name": "besu/v20.10.4-dev-0905d1b2/osx-x86_64/adoptopenjdk-java-11",
- "caps": ["eth/62", "eth/63", "eth/64", "eth/65", "IBF/1"],
+ "caps": ["eth/67", "eth/68", "IBF/1"],
"network": {
"localAddress": "192.168.1.229:50115",
"remoteAddress": "168.61.153.255:40303"
diff --git a/docs/public-networks/reference/cli/options.md b/docs/public-networks/reference/cli/options.md
index 443a9e4ea4..0aa5832394 100644
--- a/docs/public-networks/reference/cli/options.md
+++ b/docs/public-networks/reference/cli/options.md
@@ -581,57 +581,6 @@ color-enabled=false
Enables or disables color output to console. The default is `true`.
-### `compatibility-eth64-forkid-enabled`
-
-
-
-
-
-```bash
---compatibility-eth64-forkid-enabled[=]
-```
-
-
-
-
-
-```bash
---compatibility-eth64-forkid-enabled=true
-```
-
-
-
-
-
-```bash
-BESU_COMPATIBILITY_ETH64_FORKID_ENABLED=true
-```
-
-
-
-
-
-```bash
-compatibility-eth64-forkid-enabled=true
-```
-
-
-
-
-
-Enables or disables the legacy Eth/64 fork ID. For any networks with nodes using Besu v1.4 or earlier and nodes using Besu v20.10.1 or later, either:
-
-- All nodes must be upgraded to v20.10.1 or later.
-- All nodes using v20.10.1 or later must have `--compatibility-eth64-forkid-enabled` set to `true`.
-
-The default is `false`.
-
-:::caution
-
-If networks have Besu nodes using v1.4 or earlier and other Besu nodes using v20.10.1 or later, the nodes on different versions cannot communicate unless `--compatibility-eth64-forkid-enabled` is set to `true`.
-
-:::
-
### `config-file`