Turn off Auto Minify via API
If your site is still using deprecated features for Auto Minify, turn off Auto Minify via API.
You will need an API token with the following permissions:
- Zone > Zone Settings > Edit
- Zone > Zone Settings > Read
To check your zone's Auto Minify status, send a GET
request to the /zones/{zone_id}/settings/minify
endpoint.
If any of the values in the highlighted line are "on"
, then you need to turn them off.
To turn off Auto Minify for your zone, send a PATCH
request to the /zones/{zone_id}/settings/minify
endpoint. The value for success
in the response should be true
.