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. |
DELETE https://api.telecomx.dk/pbx/beacon/12345678901234567890ABCD
| JSON object | ||
|---|---|---|
| success | Boolean | True on success. |
{ "success": true }
| Error code | Message | Description |
|---|---|---|
| 404 | id | Beacon not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |