User Tools

Site Tools


api:iptv:app:device_delete

API : IPTV : App : Device delete

Introduction

This request is used to delete one of the customers devices.

Request

URL https://api.telecomx.dk/iptv/app/device/DEVICE_ID/delete
Method GET
Params DEVICE_ID Id Id of the device to delete.
Query token String Session token.
force Boolean True to delete a device even though it is within the 30 days DRM binding period.

Query examples

https://api.telecomx.dk/iptv/app/device/1234567890123457890ABCD/delete?token=123456780123456780ABCD
https://api.telecomx.dk/iptv/app/device/1234567890123457890ABCD/delete?token=123456780123456780ABCD&force=true

Response

JSON object
success Boolean True on success.

Example

{
  success: true
}

Errors

Error code Message Description
403 access_denied Insufficient access level
403 type STB devices cannot be deleted from here
404 id Not found
409 id Device is using DRM and is still within the 30 days binding period
500 internal_error <Unspecified>
api/iptv/app/device_delete.txt · Last modified: 2017/07/18 11:28 by Per Møller

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki