This request will delete a screenshot on an existing device.
| 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. | |
DELETE https://api.telecomx.dk/iptv/device/12345678901234567890AAAA/screenshot
| JSON object | ||
|---|---|---|
| success | Boolean | True on success. |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 404 | id | Not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |