{ "opencollection": "1.0.0", "info": { "name": "WP Engine Hosting Platform Account Cache API", "version": "1.17.0" }, "items": [ { "info": { "name": "Cache", "type": "folder" }, "items": [ { "info": { "name": "Purge an install's cache", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/installs/:install_id/purge_cache", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "install_id", "value": "", "type": "path", "description": "ID of install" } ] }, "docs": "This will purge the specified cache associated with the install.\nAllowed types:\n\n - \"object\"\n - \"page\"\n - \"cdn\"\n - \"all\"\n" } ] } ], "bundled": true }