POST
/
applications
/
{id}
/
clear-cache
curl --request POST \
  --url https://api.sevalla.com/v2/applications/{id}/clear-cache \
  --header 'Authorization: Bearer <token>'
{
  "isSuccess": true
}

Effortlessly reset both Sevalla’s premium CDN, and Cloudflare’s global Edge Caching network with the clear-cache endpoint, ensuring a comprehensive refresh of your application’s assets.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
Example:

"54fb80af-576c-4fdc-ba4f-b596c83f15a1"

Response

200
application/json

Cache cleared successfully

The response is of type object.