Cloudflare Docs
Cloudflare Image Optimization
Edit this page on GitHub
Set theme to dark (⇧+D)

Delete variants

You can delete variants via the Images dashboard or API. The only variant you cannot delete is public.

​​ Delete variants via the Cloudflare dashboard

  1. Log in to the Cloudflare dashboard and select your account.
  2. Select Images > Variants.
  3. Find the variant you want to remove and select Delete.

​​ Delete variants via the API

Make a DELETE request to the delete variant endpoint.

curl -X DELETE https://api.cloudflare.com/client/v4/account/<ACCOUNT_ID>/images/v1/variants/<VARIANT_NAME> \
--header 'Authorization: Bearer <API_TOKEN>'

After the variant has been deleted, the response returns "success": true.