User Tools

Site Tools


api:iptv:package:delete

API : IPTV : Package : Delete

Introduction

This request will delete an existing package.

A package can only be deleted if no customers/devices subscribes to it.

Request

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

Query example

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

Response

JSON object
success Boolean True on success.

Example

{
  success: true
}

Errors

Error code Message Description
404 id Not found
409 id Package is in use
403 access_denied Insufficient access level
500 internal_error <Unspecified>
api/iptv/package/delete.txt · Last modified: 2017/01/08 16:08 by Per Møller

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki