Table of Contents

API : PBX : Beacon : Delete

Request

This request deletes a beacon.

URL https://api.telecomx.dk/pbx/beacon/ID
Method DELETE
Access level MANAGER or OWNER if beacon belongs to the users customer
RESELLER if customer belongs to the reseller,
RESELLER_ADMIN and ADMIN.
Params ID Id of beacon.

Query examples

DELETE https://api.telecomx.dk/pbx/beacon/12345678901234567890ABCD

Response

JSON object
success Boolean True on success.

Example

{
  "success": true
}

Errors

Error code Message Description
404 id Beacon not found
403 access_denied Insufficient access level
500 internal_error <Unspecified>