api:iptv:basechannel:delete
Table of Contents
API : IPTV : Base Channel : Delete
Introduction
This request will delete an existing base channel.
Request
| URL | https://api.telecomx.dk/iptv/basechannel/BASECHANNEL_ID | ||
|---|---|---|---|
| Method | DELETE | ||
| Access level | ADMIN. | ||
| Params | BASECHANNEL_ID | Number | Id of the base channel to delete. |
All properties are optional.
Query example
DELETE https://api.telecomx.dk/iptv/basechannel/7
Response
| JSON object | ||
|---|---|---|
| success | Boolean | True on success. |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 404 | id | Not found |
| 409 | id | Channel is in use |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |
api/iptv/basechannel/delete.txt · Last modified: 2017/01/08 13:02 by Per Møller