Skip to main content
POST
/
admin
/
system-performance
/
cache-clear
Clear Cache of particular APIs
curl --request POST \
  --url https://api.example.com/admin/system-performance/cache-clear \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "cacheType": 0
}'
{
  "success": true,
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
cacheType
enum<integer>
Available options:
0,
1,
2,
3,
4,
5,
6

Response

Success

success
boolean
data
unknown