Base URLs: https://user-center-domain/prod-api/
(Contact us if unclear)
POST Delete Unactivated Live Acceleration Order¶
POST /acdn/volc/hostAcceleratePackRest/deleteHostAcceleratePackOrder
Delete unactivated host acceleration service orders.
Notes Request Rate Limit: 10 requests/second per user.
Body Request Parameters
Request Parameters¶
| Name | Location | Type | Required | Chinese Name | Description |
|---|---|---|---|---|---|
| Authorization | header | string | Yes | none | |
| body | body | DeleteHostAcceleratePackOrderVO | Yes | DeleteHostAcceleratePackOrderVO | none |
Response Example
OK
{
"msg": "Operation successful",
"code": 200,
"data": {
"deleteResult": [
{
"uid": "751125073778",
"status": 1,
"orderId": "1787231258801546"
}
]
}
}
201 Response
Response Results¶
| Status Code | Status Meaning | Description | Data Model |
|---|---|---|---|
| 200 | OK | OK | 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 |
|---|---|---|---|---|---|
| » additionalProperties | object | false | none | none | |
| » status | string | true | none | Order deletion status. Supported values: | 1 :Deletion successful 2 :OrderId and Uid mismatch 3 :Order doesn't exist 4 :Order cannot be deleted 5 :Internal service error |
| » orderId | string | true | none | Order ID | none |
| » uid | string | true | none | User ID | none |
Data Model¶
DeleteHostAcceleratePackOrderVO
DeleteHostAcceleratePackOrderVO
Properties¶
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| deletePackOrder | [DeletePackOrder] | true | none | none |
DeletePackOrder
DeletePackOrder
Properties¶
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| orderId | string | true | none | Order ID | none |
| uid | string | true | none | uid | none |