#Help with removing __cf_bm

18 messages · Page 1 of 1 (latest)

vast root
#

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}'

dusky karma
#

What response do you get back when you send that API call?

mortal sinew
#

Why would you even want to do this?

vast root
#

I still see the cookie afterwards though.

vast root
dusky karma
vast root
dusky karma
dusky karma
#

Thanks I'll have a look into this

dusky karma
#

Actually, I think there is also something else at play that I can't discuss here as it relates to account configuration, let me follow up on the ticket with both of these

vast root
dusky karma
#

Okay no problem

dusky karma
#

I'll follow up on the ticket

vast root
#

Thank you