This request is used to remove an STB from the whitelist.
| URL | https://api.telecomx.dk/tv/whitelist/STB-ID | ||
|---|---|---|---|
| Method | POST | ||
| Access level | ADMIN | ||
| Params | STB-ID | MAC address of STB to remove. | |
DELETE https://api.telecomx.dk/tv/whitelist/12:34:56:78:90:12
| JSON object | ||
|---|---|---|
| success | Boolean | True on success. |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 404 | id | Not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |