Purge cache via URL or cache keys
POST /api/v2/organizations/{organization}/projects/{project}/purge
POST
/api/v2/organizations/{organization}/projects/{project}/purge
Authorizations
Parameters
Path Parameters
organization
required
string
project
required
string
Request Body required
object
cache_keys
required
Cache keys to purge
Array<string>
urls
URLs to purge
Array<string>
scope
required
Purge scope (org or project)
string
soft
Soft purge
boolean
Responses
200
The request has succeeded.
string
400
The server could not understand the request due to invalid syntax.
object
message
required
Error message
string
The requested resource was not found error
required
Error flag
boolean
true403
Access is forbidden.
object
message
required
Error message
string
The requested resource was not found error
required
Error flag
boolean
true