This request will delete an existing DRM profile.
| URL | https://api.telecomx.dk/iptv/app/drmprofile/PROFILE_ID | ||
|---|---|---|---|
| Method | DELETE | ||
| Params | PROFILE_ID | Id of the DRM account to delete. | |
| Query | Token | Token of device | |
DELETE https://api.telecomx.dk/iptv/app/drmprofile/1234567890ABCD123456789?token=jadgTdghdsg17jxc
| JSON object | ||
|---|---|---|
| success | Boolean | True on success. |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 404 | id | Profile not found |
| 404 | drmAccount | DRM account not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |