Purge files

APIs.ioEngineeringPlatform

Properties

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

JSON Schema

apis-io-engineering-platform-cache-purge-singlefile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/cache-purge_SingleFile",
  "title": "Purge files",
  "properties": {
    "files": {
      "description": "For more information on purging files, please refer to [purge by single-file documentation page](https://developers.cloudflare.com/cache/how-to/purge-cache/purge-by-single-file/).",
      "example": [
        "http://www.example.com/css/styles.css",
        "http://www.example.com/js/index.js"
      ],
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}