api:iptv:app:recording_delete
Table of Contents
API : IPTV : App : Recording delete
Introduction
This request is used by the iOS/Android apps and web clients to either delete a recording.
Request
| URL | https://api.telecomx.dk/iptv/app/recording/EPG_ID/delete | ||
|---|---|---|---|
| Method | GET | ||
| Params | EPG_ID | Id of the program to either cancel recording for or to delete from recordings. | |
| token | String | Session token. | |
| profile | ObjectId | ID of the user profile to play the recording for, else it deletes all the recordings for this customer. | |
If EPG_ID is ALL, then all the customers recordings are deleted.
Query example
https://api.telecomx.dk/iptv/app/recording/7_56347364567/delete?token=123456780123456780ABCD https://api.telecomx.dk/iptv/app/recording/7_56347364567/delete?token=123456780123456780ABCD&profile=1234567890ABCD1234567890 https://api.telecomx.dk/iptv/app/recording/ALL/delete?token=123456780123456780ABCD
Response
| JSON object | ||
|---|---|---|
| success | Boolean | True on success |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 404 | program | Program not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |
api/iptv/app/recording_delete.txt · Last modified: 2022/10/11 07:21 by Joakim Andersen