api:iptv:drm:profile:delete
Table of Contents
API : IPTV : DRM Profile : Delete
Introduction
This request will delete an existing profile on a DRM account.
Request
| URL | https://api.telecomx.dk/iptv/drmprofile/PROFILE_ID | ||
|---|---|---|---|
| Method | DELETE | ||
| Access level | RESELLER, RESELLER_ADMIN, ADMIN | ||
| Params | PROFILE_ID | Id of the DRM profile to delete | |
Query example
DELETE https://api.telecomx.dk/iptv/drmprofile/1234567890ABCD1234567890
Response
| JSON object | ||
|---|---|---|
| success | Boolean | True on success. |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 404 | id | Not found |
| 409 | id | Account is in use |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |
api/iptv/drm/profile/delete.txt · Last modified: 2022/09/12 08:11 by Joakim Andersen