Skip to main content
POST
Purge a page's cache

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your API token.

Path Parameters

page
string<uuid>
required

The id of the CMS page to purge.

Body

application/json
url
string

Explicit URL to purge. If omitted, the page's primary domain is used to build one.

Response

200 - application/json

Cache purge was triggered.

success
boolean
message
string
url
string

The URL that was purged.