Billhighway Cloud API

<back to all web services

CacheItemDeleteRq

The following routes are available for this service:
DELETE/devops/api/caches/{location}/regions/{region}/keys/{basekey}
CacheItemDeleteRq Parameters:
NameParameterData TypeRequiredDescription
locationpathstringNo
regionpathstringNo
baseKeypathstringNo
CacheItemDeleteRs Parameters:
NameParameterData TypeRequiredDescription
ResultformCacheDeleteResultNo
CacheDeleteResult Parameters:
NameParameterData TypeRequiredDescription
IsDeletedformboolNo
CacheResultBase Parameters:
NameParameterData TypeRequiredDescription
ResultformCacheResultNo
LocationformCacheLocationNo
KeyformCacheKeyNo
CacheResult Enum:
NameValue
None0
Miss1
Hit2
Put4
Deleted8
Cleared16
Added32
Updated64
Unavailable128
Expired256
CacheLocation Enum:
NameValue
None0
OutOfProcess1
InProcess2
InContext3
CacheKey Parameters:
NameParameterData TypeRequiredDescription
RegionformstringNo
BaseKeyformstringNo
KeyformstringNo
ExpirationSecondsformintNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

DELETE /devops/api/caches/{location}/regions/{region}/keys/{basekey} HTTP/1.1 
Host: devapi.billhighway.com 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"Result":{"IsDeleted":false,"Result":0,"Location":0}}