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": "2b3f4002cda147a895e1b888ee0e6283",
  "appOwnerId": 0
}