Table of Contents

API : IPTV : MDM Config : Delete

Introduction

This request will delete an existing MDM config.

Request

URL https://api.telecomx.dk/iptv/radiochannel/MDMCONFIG_ID
Method DELETE
Access level ADMIN
Params MDMCONFIG_ID Id of the MDM config to delete.

Query example

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

Response

JSON object
success Boolean True on success.

Example

{
  success: true
}

Errors

Error code Message Description
404 id Not found
403 access_denied Insufficient access level
500 internal_error <Unspecified>