{ "opencollection": "1.0.0", "info": { "name": "Cloudflare / Accounts Purge API", "version": "4.0.0" }, "items": [ { "info": { "name": "Purge", "type": "folder" }, "items": [ { "info": { "name": "Cloudflare Get Purge Status", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/queues/:queue_id/purge", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "queue_id", "value": "", "type": "path", "description": "The unique identifier of the queue." } ] }, "docs": "Check the status of a queue purge operation." }, { "info": { "name": "Cloudflare Purge Queue", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/queues/:queue_id/purge", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "queue_id", "value": "", "type": "path", "description": "The unique identifier of the queue." } ] }, "docs": "Delete all messages from the queue." } ] } ], "bundled": true }