WP Engine · Example Payload

Purgecache

Cache

Purgecache is an example object payload from WP Engine, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdsummarymethodpathtagsparameters

Example Payload

Raw ↑
{
  "operationId": "purgeCache",
  "summary": "Purge an install's cache",
  "method": "POST",
  "path": "/installs/{install_id}/purge_cache",
  "tags": [
    "Cache"
  ],
  "parameters": {
    "install_id": "<install_id>"
  }
}