diff --git a/content/docs/en/apis/stacks-blockchain-api/reference/faucets/get-btc-balance.mdx b/content/docs/en/apis/stacks-blockchain-api/reference/faucets/get-btc-balance.mdx
deleted file mode 100644
index 203104401..000000000
--- a/content/docs/en/apis/stacks-blockchain-api/reference/faucets/get-btc-balance.mdx
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: Get BTC balance for address
-sidebarTitle: BTC balance for address
-description: Get BTC balance for address.
-full: true
----
-
-
diff --git a/content/docs/en/apis/stacks-blockchain-api/reference/faucets/meta.json b/content/docs/en/apis/stacks-blockchain-api/reference/faucets/meta.json
index 33b32ad18..044879fad 100644
--- a/content/docs/en/apis/stacks-blockchain-api/reference/faucets/meta.json
+++ b/content/docs/en/apis/stacks-blockchain-api/reference/faucets/meta.json
@@ -3,7 +3,6 @@
"pages": [
"...",
"run-faucet-btc",
- "get-btc-balance",
"run-faucet-sbtc"
],
"defaultOpen": false
diff --git a/content/docs/en/apis/stacks-blockchain-api/reference/faucets/run-faucet-btc.mdx b/content/docs/en/apis/stacks-blockchain-api/reference/faucets/run-faucet-btc.mdx
index 1b8a6a327..24534c4ef 100644
--- a/content/docs/en/apis/stacks-blockchain-api/reference/faucets/run-faucet-btc.mdx
+++ b/content/docs/en/apis/stacks-blockchain-api/reference/faucets/run-faucet-btc.mdx
@@ -1,6 +1,6 @@
---
-title: Add regtest BTC tokens to address
-sidebarTitle: Regtest BTC tokens to address
+title: Get BTC regtest tokens
+sidebarTitle: BTC regtest tokens
description: Add 0.01 BTC token to the specified regtest BTC address.
full: true
---
diff --git a/content/docs/en/apis/stacks-blockchain-api/reference/faucets/run-faucet-sbtc.mdx b/content/docs/en/apis/stacks-blockchain-api/reference/faucets/run-faucet-sbtc.mdx
index 48d315000..b2332b309 100644
--- a/content/docs/en/apis/stacks-blockchain-api/reference/faucets/run-faucet-sbtc.mdx
+++ b/content/docs/en/apis/stacks-blockchain-api/reference/faucets/run-faucet-sbtc.mdx
@@ -1,6 +1,6 @@
---
title: Get sBTC testnet tokens
-sidebarTitle: SBTC testnet tokens
+sidebarTitle: sBTC testnet tokens
description: Add sBTC tokens to the specified testnet address.
full: true
---
diff --git a/content/docs/en/apis/stacks-blockchain-api/reference/faucets/stx.mdx b/content/docs/en/apis/stacks-blockchain-api/reference/faucets/stx.mdx
index fde7043d6..960dc101b 100644
--- a/content/docs/en/apis/stacks-blockchain-api/reference/faucets/stx.mdx
+++ b/content/docs/en/apis/stacks-blockchain-api/reference/faucets/stx.mdx
@@ -1,6 +1,6 @@
---
-title: STX Testnet tokens
-sidebarTitle: STX
+title: Get STX testnet tokens
+sidebarTitle: STX testnet tokens
description: Delivers testnet STX tokens to a specified address.
full: true
---
diff --git a/content/docs/en/apis/stacks-blockchain-api/reference/microblocks/get-microblock-by-hash.mdx b/content/docs/en/apis/stacks-blockchain-api/reference/microblocks/get-microblock-by-hash.mdx
deleted file mode 100644
index d097346fd..000000000
--- a/content/docs/en/apis/stacks-blockchain-api/reference/microblocks/get-microblock-by-hash.mdx
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: Get microblock
-sidebarTitle: Microblock
-description: Retrieves a specific microblock by hash
-full: true
----
-
-
diff --git a/content/docs/en/apis/stacks-blockchain-api/reference/microblocks/get-microblock-list.mdx b/content/docs/en/apis/stacks-blockchain-api/reference/microblocks/get-microblock-list.mdx
deleted file mode 100644
index 31a24c642..000000000
--- a/content/docs/en/apis/stacks-blockchain-api/reference/microblocks/get-microblock-list.mdx
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: Get recent microblocks
-sidebarTitle: Recent microblocks
-description: Retrieves a list of microblocks.
-full: true
----
-
-
diff --git a/content/docs/en/apis/stacks-blockchain-api/reference/microblocks/get-unanchored-txs.mdx b/content/docs/en/apis/stacks-blockchain-api/reference/microblocks/get-unanchored-txs.mdx
deleted file mode 100644
index 9487c9ee6..000000000
--- a/content/docs/en/apis/stacks-blockchain-api/reference/microblocks/get-unanchored-txs.mdx
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: Get the list of current transactions that belong to unanchored microblocks
-sidebarTitle: The list of current transactions that belong to unanchored microblocks
-description: Retrieves transactions that have been streamed in microblocks but not yet accepted or rejected in an anchor block
-full: true
----
-
-
diff --git a/content/docs/en/apis/stacks-blockchain-api/reference/microblocks/meta.json b/content/docs/en/apis/stacks-blockchain-api/reference/microblocks/meta.json
deleted file mode 100644
index 48edc9d4d..000000000
--- a/content/docs/en/apis/stacks-blockchain-api/reference/microblocks/meta.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "title": "Microblocks",
- "pages": [
- "get-microblock-list",
- "get-microblock-by-hash",
- "get-unanchored-txs"
- ],
- "defaultOpen": false
-}