diff --git a/dnsapi2.md b/dnsapi2.md
index 41c1e17..695232e 100644
--- a/dnsapi2.md
+++ b/dnsapi2.md
@@ -34,7 +34,7 @@
- [109. Use Vercel API](#dns_vercel)
- [110. Use Hetzner DNS API](#dns_hetzner)
- [111. Use kapper.net DNS API](#dns_kappernet)
-- [112. Use Wedos API](#dns_wedos)
+- [112. -------](-------)
- [113. Use Shellrent API](#dns_shellrent)
- [114. Use OpenStack domain API](#dns_openstack)
- [115. Use Netlify API](#dns_netlify)
@@ -1006,31 +1006,11 @@ Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issu
-## 112. Use Wedos API
+## 112. -------
-First create your WAPI password and add your IP address to access list at customer portal.
-For more info visit, https://kb.wedos.com/en/kategorie/wapi-api-interface/
-
-Set variables:
-
-```sh
-export WEDOS_User='xxx@xxx.xx'
-export WEDOS_Pass='xxx123'
-or use sha1 hash of WEDOS_Pass directly
-export WEDOS_Hash='xxxxxxxxxx'
-```
-
-Issue your certs:
-```sh
-./acme.sh --issue --dns dns_wedos -d example.com -d *.example.com
-```
-
-WEDOS_User and WEDOS_Hash will be stored in `~/.acme.sh/account.conf` and will be reused when needed.
-
-Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/2981)
+---------
-
## 113. Use Shellrent API