api:iptv:device:actiondelete
Table of Contents
API : IPTV : Device : Delete Action
Introduction
This request will delete an action that was queued to be performed on an STB device.
Request
| URL | https://api.telecomx.dk/iptv/device/DEVICE_ID/action/ACTION_ID | ||||
|---|---|---|---|---|---|
| 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 perform the action on. | |||
| ACTION_ID | Id | Id of the action to remove. | |||
Query examples
https://api.telecomx.dk/iptv/device/12345678901234567890AAAA/action/12345678901234567890ABCD
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/actiondelete.txt · Last modified: 2019/04/24 13:35 by Per Møller