rpaas-purger
Purge objects from rpaasv2.
This endpoint is exclusive for RPaaS v2 API.
post/resources/{instance}/purge/bulk
Path parameters
instancestring required
Instance name
Request body
Example request
[
{
"path": "http/v1/product/catalog.json",
"preserve_path": true,
"extra_headers": "{\"accept\": \"image/jpeg,image/webp\"}"
}
]Response
OK
Example response
[
{
"path": "http/v1/product/catalog.json",
"instances_purged": 2,
"error": "Error trying purge cache."
}
]