This request will delete an existing profile on a DRM account.
| 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 | |
DELETE https://api.telecomx.dk/iptv/drmprofile/1234567890ABCD1234567890
| JSON object | ||
|---|---|---|
| success | Boolean | True on success. |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 404 | id | Not found |
| 409 | id | Account is in use |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |