DELETE | /devops/api/caches/{location}/regions/{region}/keys/{basekey} |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
location | path | string | No | |
region | path | string | No | |
baseKey | path | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Result | form | CacheDeleteResult | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
IsDeleted | form | bool | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Result | form | CacheResult | No | |
Location | form | CacheLocation | No | |
Key | form | CacheKey | No |
Name | Value | |
---|---|---|
None | 0 | |
Miss | 1 | |
Hit | 2 | |
Put | 4 | |
Deleted | 8 | |
Cleared | 16 | |
Added | 32 | |
Updated | 64 | |
Unavailable | 128 | |
Expired | 256 |
Name | Value | |
---|---|---|
None | 0 | |
OutOfProcess | 1 | |
InProcess | 2 | |
InContext | 3 |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Region | form | string | No | |
BaseKey | form | string | No | |
Key | form | string | No | |
ExpirationSeconds | form | int | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=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}}