Table of Contents

API : IPTV : Channel : Delete

Introduction

This request will delete an existing channel.

A channel can only be deleted if no packages is using it.

Request

URL https://api.telecomx.dk/iptv/channel/CHANNEL_ID
Method DELETE
Access level MANAGER or OWNER if customer has feature IPTVBUSINESS
RESELLER if customer has IPTVBUSINESS or IPTVPRIVATE
ADMIN
Params CHANNEL_ID Id of the channel to delete.

Query example

DELETE https://api.telecomx.dk/iptv/channel/12345678901234567890AAAA

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>