api:iptv:app:drmprofile:delete
Table of Contents
API : IPTV : DRM Profile : Delete
Introduction
This request will delete an existing DRM profile.
Request
| 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 | |
Query example
DELETE https://api.telecomx.dk/iptv/app/drmprofile/1234567890ABCD123456789?token=jadgTdghdsg17jxc
Response
| JSON object | ||
|---|---|---|
| success | Boolean | True on success. |
Example
{ success: true }
Errors
| 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> |
api/iptv/app/drmprofile/delete.txt · Last modified: 2022/09/20 11:11 by Joakim Andersen