api:flexcare:tabletprofile:delete
Table of Contents
API : FlexCare : Tablet profile : Delete
Introduction
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.
Request
| 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) |
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/flexcare/tabletprofile/delete.txt · Last modified: 2025/12/05 11:05 by Mikkel Frederiksen