This request will delete an existing DRM profile.
| URL | https://api.telecomx.dk/iptv/drmprofile/PROFILE_ID | ||
|---|---|---|---|
| Method | DELETE | ||
| Access level | RESELLER if customer has IPTVBUSINESS or IPTVPRIVATE ADMIN |
||
| Params | PROFILE_ID | Id of the DRM account to delete. | |
DELETE https://api.telecomx.dk/iptv/drmprofile/1234567890ABCD123456789
| JSON object | ||
|---|---|---|
| success | Boolean | True on success. |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 404 | id | Profile not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |