This will delete a single tablet profile.
A tablet profile is a configuration for a tablet's launcher, which can be shared by many tablets.
| URL | https://api.telecomx.dk/flexcare/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) |
https://api.telecomx.dk/iptv/tabletprofile/12345678901234567890ABCD
| JSON object | ||
|---|---|---|
| success | Boolean | True if tablet profile was effectively deleted |
{ "success": true }
| 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> |