Purge CDN Cache
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /api/v4.3/purge-cdn-cache/providers HTTP/1.1
Accept: */*
{
"total": 1,
"items": [
{
"provider": "gcp"
}
]
}POST /api/v4.3/purge-cdn-cache/purge HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 113
[
{
"host": "gcp-host-1.com",
"path": "all"
},
{
"host": "all",
"path": "/path2"
},
{
"host": "gcp-host-3.com",
"path": "/path3"
}
]GET /api/v4.3/purge-cdn-cache/purges HTTP/1.1
Accept: */*
{
"total": 1,
"items": [
{
"provider": "gcp",
"target": {
"host": "gcp-host-1.com",
"path": "all"
},
"status": "In-Progress",
"timestamp": "2024-09-29T11:14:00"
}
]
}