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}'
Interact with Cloudflare's products and services via the Cloudflare API