POST api/v1/Cache/Remove

根据keyname删除指定cache

Request Information

Parameters

NameDescriptionAdditional information
keyNames
要删除的key

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2",
  "sample string 3"
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "status": 0,
  "friendlyMessage": "sample string 1",
  "message": "sample string 2",
  "requestId": "5fc42d118ede4fd681b9ec86ab60addc",
  "appOwnerId": 0
}