diff --git a/.gitmodules b/.gitmodules
index 9c4257247..3558ac63c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -13,9 +13,6 @@
[submodule "cln-ntfy"]
path = cln-ntfy
url = https://github.com/yukibtc/cln-ntfy.git
-[submodule "bolt12-prism"]
- path = bolt12-prism
- url = https://github.com/gudnuf/bolt12-prism.git
[submodule "clnrod"]
path = clnrod
url = https://github.com/daywalker90/clnrod.git
diff --git a/README.md b/README.md
index 5a4003bef..69bbebcd3 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,6 @@ Community curated plugins for Core-Lightning.
| Name | Short description | CLN
`26.06`/`master` |
| ------------------------------------ | ------------------------------------------------------------------------------------------- | :----: |
| [backup][backup] | A simple and reliable backup plugin |   |
-| [bolt12-prism][bolt12-prism] | Split payments triggered manually or by paying a BOLT 12 |   |
| [bumpit][bumpit] | A plugin to bump an open channel transaction by creating a CPFP, useful when the funding transaction is stuck in the mempool or the fee is too low. |   |
| [circular][circular] | Fast, efficient parallel channel rebalancer with bLIP-18 inbound fee support |   |
| [clearnet][clearnet] | A plugin that can be used to enforce clearnet connections when possible |   |
@@ -195,7 +194,6 @@ more detailed description (if any)
- [Kotlin plugin guideline and example][kotlin-example] by @vincenzopalazzo
[backup]: https://github.com/lightningd/plugins/tree/master/backup
-[bolt12-prism]: https://github.com/gudnuf/bolt12-prism
[bumpit]: https://github.com/ca-ruz/bumpit
[c-api]: https://github.com/ElementsProject/lightning/blob/master/plugins/libplugin.h
[circular]: https://github.com/btweenthebars/CLN-circular
diff --git a/Reckless.md b/Reckless.md
index 2b8970a09..42c3eda6c 100644
--- a/Reckless.md
+++ b/Reckless.md
@@ -3,7 +3,6 @@
| Name | Short description | CLN
`25.09`/`25.12`/`26.04`/`master` |
| ------------------------------------ | ------------------------------------------------------------------------------------------- | :----: |
| [backup][backup] | A simple and reliable backup plugin |     |
-| [bolt12-prism][bolt12-prism] | Split payments triggered manually or by paying a BOLT 12 |     |
| [bumpit][bumpit] | A plugin to bump an open channel transaction by creating a CPFP, useful when the funding transaction is stuck in the mempool or the fee is too low. |     |
| [circular][circular] | Fast, efficient parallel channel rebalancer with bLIP-18 inbound fee support |     |
| [clearnet][clearnet] | A plugin that can be used to enforce clearnet connections when possible |     |
@@ -34,7 +33,6 @@
[backup]: https://github.com/lightningd/plugins/tree/master/backup
-[bolt12-prism]: https://github.com/gudnuf/bolt12-prism
[bumpit]: https://github.com/ca-ruz/bumpit
[c-api]: https://github.com/ElementsProject/lightning/blob/master/plugins/libplugin.h
[circular]: https://github.com/btweenthebars/CLN-circular
diff --git a/archived/README.md b/archived/README.md
index 742ae7e7a..fd1086da0 100644
--- a/archived/README.md
+++ b/archived/README.md
@@ -9,6 +9,7 @@ If you like a plugin from that list, feel free to update and fix it, so we can u
| ------------------------------------ | ------------------------------------------------------------------------------------------- |
| [autopilot][autopilot] | An autopilot that suggests channels that should be established |
| [balance-AMP-pay][bal-amp-pay] | Computes an optimal split of a payment amount for the use of AMP. Helps keep funds balanced |
+| [bolt12-prism][bolt12-prism] | Split payments triggered manually or by paying a BOLT 12 |
| [btcli4j][btcli4j] | A Bitcoin Backend to enable safely the pruning mode, and support also rest APIs. |
| [circular][circular] | A smart rebalancing plugin for Core Lightning routing nodes |
| [clnrest-rs][clnrest-rs] | Drop-in rust implementation of CLN's clnrest.py, shipped with CLN since v25.02 |
@@ -46,6 +47,7 @@ If you like a plugin from that list, feel free to update and fix it, so we can u
[autopilot]: https://github.com/lightningd/plugins/tree/master/archived/autopilot
[bal-amp-pay]: https://github.com/renepickhardt/plugins/tree/balanced_pay/balanced_amp_payments
[blip12]: https://github.com/lightning/blips/blob/42cec1d0f66eb68c840443abb609a5a9acb34f8e/blip-0012.md
+[bolt12-prism]: https://github.com/gudnuf/bolt12-prism
[btcli4j]: https://github.com/clightning4j/btcli4j
[c-lightning-events]: https://github.com/rbndg/c-lightning-events
[c-lightning-pruning-plugin]: https://github.com/Start9Labs/c-lightning-pruning-plugin
diff --git a/bolt12-prism b/bolt12-prism
deleted file mode 160000
index e5ecb4fff..000000000
--- a/bolt12-prism
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit e5ecb4fffdaf998383749cf0ca805fccf4751b7d