English
Purge Cache of the certain paths in the network. It has a rate limit of 1 request every 60 seconds.
cURL
curl --request POST \ --url https://api.squarecloud.app/v2/apps/{app_id}/network/purge_cache \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "paths": [ {} ] }'
{ "status": "success" }
success
error
Was this page helpful?