latestOpenAPI 3.1.02026-08-1076186318.8 KB

ab648a80ca4d

WordPress Site Tools

Clear Site Cache

post/sites/tools/clear-cache

Request body

environment_idstring required

Example request

{
  "environment_id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1"
}

Response

Clearing site cache in progress

operation_idstring required
messagestring required
statusnumber required

Example response

{
  "operation_id": "cache:clear-54fb80af-576c-4fdc-ba4f-b596c83f15a1",
  "message": "Clearing site cache in progress",
  "status": 202
}