api:iptv:appwhitelist:delete
Table of Contents
API : IPTV : App whitelist : Delete
Introduction
This will delete a whitelisted app.
This whitelist is used to determine which apps can be assigned to a tablet profile.
Request
| URL | https://api.telecomx.dk/iptv/appwhitelist/APP_ID | ||
|---|---|---|---|
| Method | DELETE | ||
| Access level | ADMIN | ||
| Param | APP_ID | Unique package name of the app | |
Query examples
https://api.telecomx.dk/iptv/appwhitelist/com.fitnesscompany.runningapp
Response
| JSON object | ||
|---|---|---|
| success | Boolean | True if the app was successfully deleted |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 404 | id | App not found |
| 500 | internal_error | <Unspecified> |
api/iptv/appwhitelist/delete.txt · Last modified: 2021/05/04 13:21 by Joakim Andersen