api:iptv:recordings:delete
Table of Contents
API : IPTV : Recordings : Delete Single
Delete a single recording on a customer.
Request
| URL | https://api.telecomx.dk/iptv/recording/<EPG_ID> | ||
|---|---|---|---|
| Method | DELETE | ||
| Access level | MANAGER, OWNER, RESELLER, ADMIN. | ||
| Params | EPG_ID | String | EPG id of the recorded program to delete. |
| Query | customer | Id | [optional] Id of customer to perform the deletion on. Default to users own customer. |
Query examples
DELETE https://api.telecomx.dk/iptv/recording/2_4657574656
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/recordings/delete.txt · Last modified: 2020/06/24 09:58 by Per Møller