diff --git a/docs/public-networks/reference/options.md b/docs/public-networks/reference/options.md
index 407ed46c5b..7ce0700f7d 100644
--- a/docs/public-networks/reference/options.md
+++ b/docs/public-networks/reference/options.md
@@ -2528,48 +2528,6 @@ The job name when in `push` mode. The default is `besu-client`.
---
-## `min-block-occupancy-ratio`
-
-
-
-
-
-```bash
---min-block-occupancy-ratio=0.5
-```
-
-
-
-
-
-```bash
-BESU_MIN_BLOCK_OCCUPANCY_RATIO=0.5
-```
-
-
-
-
-
-```bash
-min-block-occupancy-ratio="0.5"
-```
-
-
-
-
-
-Minimum occupancy ratio for a mined block if the transaction pool is not empty. When filling a block during mining, the occupancy ratio indicates the threshold at which the node stops waiting for smaller transactions to fill the remaining space. The default is 0.8.
-
-:::warning Deprecated
-
-The `--min-block-occupancy-ratio` option is deprecated and will be removed in a
-future release.
-Besu recognizes this option, but it has no effect.
-
-:::
-
----
-
## `min-gas-price`