Delete a single recording on a customer.
| 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. |
DELETE https://api.telecomx.dk/iptv/recording/2_4657574656
| JSON object | ||
|---|---|---|
| success | Boolean | True on success. |
{ "success": true }
| Error code | Message | Description |
|---|---|---|
| 404 | id | Not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |