This will delete a single service case.
A service case is created when service is needed for a FlexCare android tablet or STB
| URL | https://api.telecomx.dk/iptv/servicecase/SERVICE_CASE_ID | |
|---|---|---|
| Method | DELETE | |
| Access level | RESELLER_ADMIN ADMIN |
|
| Param | SERVICE_CASE_ID | Id of the service case (24 hex-char string) |
https://api.telecomx.dk/iptv/servicecase/12345678901234567890ABCD
| JSON object | ||
|---|---|---|
| success | Boolean | True if service case was effectively deleted |
| Error code | Message | Description |
|---|---|---|
| 404 | id | Not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |