This request will delete an existing MDM config.
| URL | https://api.telecomx.dk/iptv/radiochannel/MDMCONFIG_ID | ||
|---|---|---|---|
| Method | DELETE | ||
| Access level | ADMIN | ||
| Params | MDMCONFIG_ID | Id of the MDM config to delete. | |
DELETE https://api.telecomx.dk/iptv/mdmconfig/12345678901234567890AAAA
| JSON object | ||
|---|---|---|
| success | Boolean | True on success. |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 404 | id | Not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |