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

Authorizations

Authorization
string
header
required

API key authentication. Pass your API key as a Bearer token in the Authorization header.

Path Parameters

id
string<uuid>
required
Example:

"fb5e5168-4281-4bec-94c5-0d1584e9e657"

Response

Default Response

isSuccess
boolean
required
Example:

true