Table of Contents

API : TCE box Delete

Introduction

This request will delete the specified TCE box, and any CPR loggers associated with it.

Request

URL https://api.telecomx.dk/tce/TCE_ID
Method DELETE
Access level MANAGER, OWNER, RESELLER and ADMIN
Param TCE_ID MAC address of the TCE box (12 hex-char string)

Query example

DELETE https://api.telecomx.dk/tce/1234567890AB

Response

Json object
success Boolean True on success

Example

{
  success: true
}

Errors

Error code Message Description
403 access_denied Insufficient access level
404 tce TCE box not found
500 internal_error <Unspecified>