WaveCDN API

Invalidate URLs

This function allows URLs to be invalidated. It can last some minutes until the urls are actually purged on all edges worldwide.

Request

POST https://api.wavecdn.com/v3/invalidation

Request body

urls={..}

The urls that should be invalidated. Multiple urls should be seperated by a pipe (|). You can use the star (*) as a wildcard. For example: http://domain.com/images/*

Response

If the urls have been accepted, you get the status code 201.

Sample

There's a PHP sample in the samples section.