api:iptv:device:deletescreenshot
Table of Contents
API : IPTV : Device : Delete screenshot
Introduction
This request will delete a screenshot on an existing device.
Request
| URL | https://api.telecomx.dk/iptv/device/DEVICE_ID/screenshot | ||
|---|---|---|---|
| Method | DELETE | ||
| Access level | MANAGER or OWNER if customer has feature IPTVBUSINESS RESELLER if customer has IPTVBUSINESS or IPTVPRIVATE ADMIN |
||
| Params | DEVICE_ID | Id of the device to delete. | |
Query example
DELETE https://api.telecomx.dk/iptv/device/12345678901234567890AAAA/screenshot
Response
| JSON object | ||
|---|---|---|
| success | Boolean | True on success. |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 404 | id | Not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |
api/iptv/device/deletescreenshot.txt · Last modified: 2017/01/12 11:09 by Per Møller