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.
API key authentication. Pass your API key as a Bearer token in the Authorization header.
"fb5e5168-4281-4bec-94c5-0d1584e9e657"
Default Response
true
Was this page helpful?