This request will delete the specified support case.
| URL | https://api.telecomx.dk/iptv/supportcase/SUPPORTCASE_ID | |
|---|---|---|
| Method | DELETE | |
| Access level | ADMIN. | |
| Param | SUPPORTCASE_ID | Id of the support case (24 hex-char string) |
https://api.telecomx.dk/iptv/supportcase/123456789ABCEDFG
| Json object | ||
|---|---|---|
| success | Boolean | True on success |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 404 | id | Support case not found |