Evict cached origin requests for a given site in V4

Evicts all of the origin cache matching the path pattern provided in the request body for a given site, evicts all paths if .* is provided as path pattern.

SecurityZephrHmacHttp
Request
path Parameters
site
required
string

Site Slug

Request Body schema: application/json
object
Responses
200

OK. The specified origin cache has successfully been evicted.

400

Bad Request. Path to delete must be a valid regex

403

Forbidden. Not permitted for V3 tenant.

post/v4/cache-management/evict-origin/{site}
Request samples
application/json
"1 line containing valid Java Regular Expression."