This request will delete a given whitelisted IPTV device. Currently only supports tablets.
| URL | https://api.telecomx.dk/iptv/whitelist/DEVICE_ID | |
|---|---|---|
| Method | DELETE | |
| Access level | ADMIN. | |
https://api.telecomx.dk/iptv/whitelist/1234567
| JSON Object | ||
|---|---|---|
| success | Boolean | True if whitelisted device was successfully deleted |
Note that properties holding no value may be omitted from the object.
{ "success": true }
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 404 | not_found | IPTV Device not found |
| 500 | internal_error | <Unspecified> |