Purge by tags

APIs.ioEngineeringPlatform

Properties

Name Type Description
tags array For more information on cache tags and purging by tags, please refer to [purge by cache-tags documentation page](https://developers.cloudflare.com/cache/how-to/purge-cache/purge-by-tags/#purge-cache-b
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-cache-purge-flexpurgebytags-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/cache-purge_FlexPurgeByTags",
  "title": "Purge by tags",
  "properties": {
    "tags": {
      "description": "For more information on cache tags and purging by tags, please refer to [purge by cache-tags documentation page](https://developers.cloudflare.com/cache/how-to/purge-cache/purge-by-tags/#purge-cache-by-cache-tags-enterprise-only).",
      "example": [
        "a-cache-tag",
        "another-cache-tag"
      ],
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}