api:iptv:settings:delete
Table of Contents
API : IPTV : Settings : Delete
Introduction
This request will delete all IPTV settings on:
- A customer (with feature IPTVPRIVATE): DRM accounts, subscriptions, and devices.
- A customer (with feature IPTVBUSINESS): DRM accounts, devices, settings, packages and channels.
- A reseller (with feature IPTVPRIVATE): DRM accounts, subscriptions and devices for all the resellers customers and settings, packages and channels on the reseller.
Request
| URL | https://api.telecomx.dk/iptv/settings/CUSTOMER_ID | ||
|---|---|---|---|
| Method | DELETE | ||
| Access level | ADMIN | ||
| Params | CUSTOMER_ID | Id of the customer to delete all IPTV settings for. | |
Query example
DELETE https://api.telecomx.dk/iptv/settings/12345678901234567890AAAA
Response
| JSON object | ||
|---|---|---|
| success | Boolean | True on success. |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 404 | id | Not found |
| 409 | customer | Customer cannot host common IPTV settings |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |
api/iptv/settings/delete.txt · Last modified: 2017/01/24 10:16 by Per Møller