From dadb31d3b2fc6e12484ce9999ab03cfe376e9124 Mon Sep 17 00:00:00 2001
From: zeinjaber <69680657+zeinjaber@users.noreply.github.com>
Date: Thu, 11 Sep 2025 11:33:11 +0300
Subject: [PATCH] Update frequently-asked-questions.mdx
FAQ is outdated, see SPM-2932
---
.../docs/bots/frequently-asked-questions.mdx | 24 -------------------
1 file changed, 24 deletions(-)
diff --git a/src/content/docs/bots/frequently-asked-questions.mdx b/src/content/docs/bots/frequently-asked-questions.mdx
index 382b07ccbb285e1..9be3da58a05163c 100644
--- a/src/content/docs/bots/frequently-asked-questions.mdx
+++ b/src/content/docs/bots/frequently-asked-questions.mdx
@@ -165,30 +165,6 @@ Bot Fight Mode can still trigger if you have IP Access rules, but it cannot trig
---
-### Super Bot Fight Mode feature (SBFM) is still blocking requests even though the feature is turned off, why?
-
-This is a known issue the Bots team is working to resolve in the near future. In the meantime, there is a workaround to resolve such issue. You will need to run the following API command to check and remove the SBFM ruleset:
-
-1. List the existing Rulesets at the zone level.
-
-
-
-2. From the output in step 1, find the ruleset ID that is associated with the zone's SBFM configuration. You should be able to see `"kind": "zone"` and `"phase": "http_request_sbfm"` for that ruleset.
-
-3. Use the ruleset ID you found to delete the SBFM ruleset.
-
-
-
-Note that you need to replace `` with your own [API token](/fundamentals/api/get-started/create-token/).
-
----
-
## Web Bot Auth
### What key algorithms does Cloudflare support?