api:iptv:statusmessages:delete
Table of Contents
API : Status messages Delete
Introduction
This request will delete the specified status message.
Request
| URL | https://api.telecomx.dk/iptv/statusmessage/STATUSMESSAGE_ID | |
|---|---|---|
| Method | DELETE | |
| Access level | ADMIN. | |
| Param | SUPPORTCASE_ID | Id of the support case (24 hex-char string) |
Query examples
https://api.telecomx.dk/iptv/statusmessage/123456789ABCEDFG
Response
| Json object | ||
|---|---|---|
| success | Boolean | True on success |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 404 | id | Status message not found |
api/iptv/statusmessages/delete.txt · Last modified: 2020/02/21 12:43 by Joakim Andersen