api:iptv:whitelist:delete
Table of Contents
API : Whitelist Delete
Introduction
This request will delete a given whitelisted IPTV device. Currently only supports tablets.
Request
| URL | https://api.telecomx.dk/iptv/whitelist/DEVICE_ID | |
|---|---|---|
| Method | DELETE | |
| Access level | ADMIN. | |
Query examples
https://api.telecomx.dk/iptv/whitelist/1234567
Response
| JSON Object | ||
|---|---|---|
| success | Boolean | True if whitelisted device was successfully deleted |
Note that properties holding no value may be omitted from the object.
Example - normal
{ "success": true }
Errors
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 404 | not_found | IPTV Device not found |
| 500 | internal_error | <Unspecified> |
api/iptv/whitelist/delete.txt · Last modified: 2020/10/27 08:16 by Joakim Andersen