api:iptv:app:watchlist:delete
Table of Contents
API : IPTV : App : Watchlist: Delete
Introduction
This will delete a program from a profile's watchlist. These programs can be from the Telecom X archive or from streaming services.
Request
| URL | https://api.telecomx.dk/iptv/app/watchlist/PROFILE_ID/PROGRAM_ID | |
|---|---|---|
| Method | DELETE | |
| Params | PROFILE_ID | ID of DRM profile |
| WATCHLIST_PROGRAM | ID of program. | |
| Query | token | Device token |
Query examples
https://api.telecomx.dk/iptv/app/watchlist/1234567890ABCD1234567890/2234567890ABCD1234567890?token=612ysdhsgdHFhasd
Response
| Watchlist object (JSON) | ||
|---|---|---|
| success | Boolean | True if success |
Note that properties holding no value may be omitted from the object.
Example - normal
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 404 | drmProfile | Profile not found |
| 404 | program | Program not found |
| 500 | internal_error | <Unspecified> |
api/iptv/app/watchlist/delete.txt · Last modified: 2022/10/27 11:59 by Joakim Andersen