api:flexcare:appwhitelist:delete
Table of Contents
API : FlexCare : 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/flexcare/appwhitelist/APP_ID | ||
|---|---|---|---|
| Method | DELETE | ||
| Access level | ADMIN, or RESELLER admin with the TV employee feature | ||
| Param | APP_ID | Unique id (ObjectId) of the app | |
Query examples
https://api.telecomx.dk/flexcare/appwhitelist/1234567890ABCD1234567890
Response
| JSON object | ||
|---|---|---|
| success | Boolean | True if the app was successfully deleted |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 422 | id | Invalid app id (must be a 24-character hex ObjectId). |
| 403 | access_denied | Insufficient access level, or the reseller admin lacks the TV employee feature. |
| 404 | id | App not found |
| 500 | internal_error | <Unspecified> |
api/flexcare/appwhitelist/delete.txt · Last modified: by Mikkel Frederiksen