Table of Contents

API : IPTV : Settings : Delete

Introduction

This request will delete all IPTV settings on:

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>