This will delete a single FlexCare order
A FlexCare order is an order placed by a reseller and is later used for billing of FlexCare devices
| URL | https://api.telecomx.dk/iptv/flexcareorder/FLEXCARE_ORDER_ID | |
|---|---|---|
| Method | DELETE | |
| Access level | RESELLER_ADMIN ADMIN |
|
| Param | FLEXCARE_ORDER_ID | Id of the FlexCare order (24 hex-char string) |
https://api.telecomx.dk/iptv/flexcareorder/12345678901234567890ABCD
| JSON object | ||
|---|---|---|
| success | Boolean | True if FlexCare order was effectively deleted |
| Error code | Message | Description |
|---|---|---|
| 404 | id | Not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |