cURL
curl --request POST \ --url https://api.sevalla.com/v2/applications/{id}/clear-cache \ --header 'Authorization: Bearer <token>'
{ "isSuccess": true }
Clear the edge cache for your application to instantly update cached resources.
clear-cache
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"54fb80af-576c-4fdc-ba4f-b596c83f15a1"
Cache cleared successfully
true
Was this page helpful?