Purge by hostnames

APIs.ioEngineeringPlatform

Properties

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

JSON Schema

apis-io-engineering-platform-cache-purge-flexpurgebyhostnames-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/cache-purge_FlexPurgeByHostnames",
  "title": "Purge by hostnames",
  "properties": {
    "hosts": {
      "description": "For more information purging by hostnames, please refer to [purge by hostname documentation page](https://developers.cloudflare.com/cache/how-to/purge-cache/purge-by-hostname/).",
      "example": [
        "www.example.com",
        "images.example.com"
      ],
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}