{ "opencollection": "1.0.0", "info": { "name": "farmer cdn flush_cache API", "version": "v1" }, "items": [ { "info": { "name": "flush_cache", "type": "folder" }, "items": [ { "info": { "name": "Flush cache for instance", "type": "http" }, "http": { "method": "DELETE", "url": "https://farmer.vuestorefront.cloud/flush_cache/:project", "params": [ { "name": "project", "value": "", "type": "path", "description": "Project name" } ] }, "docs": "Using this endpoint you can flush backend cache for your instance. To flush CDN cache please use `/cdn_cache` endpoint." } ] } ], "bundled": true }