This request will delete all IPTV settings on:
| 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. | |
DELETE https://api.telecomx.dk/iptv/settings/12345678901234567890AAAA
| JSON object | ||
|---|---|---|
| success | Boolean | True on success. |
{ success: true }
| 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> |