This will delete a program from a profile's watchlist. These programs can be from the Telecom X archive or from streaming services.
| 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 |
https://api.telecomx.dk/iptv/app/watchlist/1234567890ABCD1234567890/2234567890ABCD1234567890?token=612ysdhsgdHFhasd
| Watchlist object (JSON) | ||
|---|---|---|
| success | Boolean | True if success |
Note that properties holding no value may be omitted from the object.
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 404 | drmProfile | Profile not found |
| 404 | program | Program not found |
| 500 | internal_error | <Unspecified> |