api:iptv:tabletprofile:delete
Table of Contents
API : IPTV : Tablet profiles : Get
Introduction
This will get a single tablet profile.
A tablet profile is a configuration for a tablet's launcher, which can be shared by many tablets.
Request
| URL | https://api.telecomx.dk/iptv/tabletprofile/TABLET_PROFILE_ID | |
|---|---|---|
| Method | DELETE | |
| Access level | MANAGER, OWNER, RESELLER if customer has feature FLEXCARE ADMIN |
|
| Param | TABLET_PROFILE_ID | Id of the tablet profile (24 hex-char string) |
| Query | launcherConfigFormat | [optional] Boolean - if true, returns tablet profile as a launcher config (legacy format) |
Query examples
https://api.telecomx.dk/iptv/tabletprofile/12345678901234567890ABCD
Response
| JSON object | ||
|---|---|---|
| success | Boolean | True if tablet profile was effectively deleted |
Example - normal
{ "success": true }
Errors
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 403 | customer | Customer does not have required feature |
| 404 | customer | Tablet profile not found |
| 500 | internal_error | <Unspecified> |
api/iptv/tabletprofile/delete.txt · Last modified: 2021/06/29 11:48 by Joakim Andersen