ChocoNanaKens
CDCloudflare Developers
•Created by ChocoNanaKens on 2/10/2024 in #general-help
Help with removing __cf_bm
Hey everyone, I'm trying to get rid of all cookies on my websites. The only cookie I see left is cf_bm. I read the docs and it says I should be able to disable it via the page https://developers.cloudflare.com/api/operations/bot-management-for-a-zone-update-config however I see no option to do so. I'm on the free plan, I have no bots enabled yet I still see the cookie. My API request is below:
curl --request PUT \
--url "https://api.cloudflare.com/client/v4/zones/ZONE_ID/bot_management" \
--header 'Authorization: Bearer ID' \
--header 'Content-Type: application/json' \
--data '{"cf_bm": false}'
19 replies