Purge everything

APIs.ioEngineeringPlatform

Properties

Name Type Description
purge_everything boolean For more information, please refer to [purge everything documentation page](https://developers.cloudflare.com/cache/how-to/purge-cache/purge-everything/).
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-cache-purge-everything-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/cache-purge_Everything",
  "title": "Purge everything",
  "properties": {
    "purge_everything": {
      "description": "For more information, please refer to [purge everything documentation page](https://developers.cloudflare.com/cache/how-to/purge-cache/purge-everything/).",
      "example": true,
      "type": "boolean"
    }
  },
  "type": "object"
}