CDNShark Documentation

Customer API

← Back to Documentation

Purge Cache (API)

POST /api/v1/zones/{zone_id}/purge\nContent-Type: application/json\n\n// Purge entire zone\n{}\n\n// Purge specific paths\n{ "paths": ["/images/logo.png", "/css/app.css"] }

Returns 200 OK when the purge has been queued across all edge nodes.