Purge cache (batch)
POST/api/property/:id/purge/batch
Queue several purge instructions in one request. Each item is validated
independently: valid items are queued and invalid ones are returned in rejected.
Only an all-invalid batch returns 400.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Batch processed (some items may be rejected).
Invalid request. Read message for details.
Missing or invalid credentials.
The property is disabled or suspended; changes are not allowed.
Property not found (or it belongs to another account).