Delete record¶
POST /prod-api/cdn/layer7/cache/deleteCacheRecord
Refresh cache and delete records
Body Request Parameters
Request Parameters¶
| Name | Location | Type | Required | Chinese Name | Description |
|---|---|---|---|---|---|
| Authorization | header | string | Yes | none | |
| body | body | IdsVo | No | IdsVo | none |
Response Example
Success
201 Response
Response Results¶
| Status Code | Status Meaning | Description | Data Model |
|---|---|---|---|
| 200 | [OK] | Success | Inline |
| 201 | [Created] | Created | Inline |
| 401 | [Unauthorized] | Unauthorized | Inline |
| 403 | [Forbidden] | Forbidden | Inline |
| 404 | [Not Found] | Not Found | Inline |
Response Data Structure¶
Status Code 200
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| » msg | string | true | none | none | |
| » code | integer | true | none | none |
Data Model¶
IdsVo
IdsVo
Properties¶
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| ids | [integer] | false | none | ID unique value | none |