Table of Contents

API : Supportcase Delete

Introduction

This request will delete the specified support case.

Request

URL https://api.telecomx.dk/iptv/supportcase/SUPPORTCASE_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/supportcase/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 Support case not found