api:pbx:sipphone:delete
Table of Contents
API : PBX: SIP phone Delete
Introduction
This request will delete the specified SIP phone.
Request
| URL | https://api.telecomx.dk/pbx/sipphone/SIPPHONE_ID | |
|---|---|---|
| Method | DELETE | |
| Access level | MANAGER, OWNER, RESELLER, ADMIN. | |
| Param | SIPPHONE_ID | Id of the SIP phone (24 hex-char string) |
Query example
DELETE https://api.telecomx.dk/pbx/sipphone/1234567890ABCDEF12345678
Response
| Json object | ||
|---|---|---|
| success | Boolean | True on success |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 400 | bad_request | Id not found in request URI |
| 403 | access_denied | Insufficient access level |
| 404 | not_found | SIP phone not found |
| 500 | internal_error | <Unspecified> |
api/pbx/sipphone/delete.txt · Last modified: 2015/10/14 12:08 by Per Møller