api:presenceproxy:delete
Table of Contents
API : Presence Proxy Delete
Introduction
This request will delete the specified Presence Proxy server.
Request
| URL | https://api.telecomx.dk/presenceproxy/PRESENCE_PROXY_ID | |
|---|---|---|
| Method | DELETE | |
| Access level | MANAGER, OWNER, RESELLER and ADMIN | |
| Param | PRSENCE_PROXY_ID | Id of the Presence Proxy (24 hex-char string). |
Query example
DELETE https://api.telecomx.dk/presenceproxy/12345678901234567890ABCD
Response
| Json object | ||
|---|---|---|
| success | Boolean | True on success |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 404 | id | Not found |
| 500 | internal_error | <Unspecified> |
api/presenceproxy/delete.txt · Last modified: 2016/10/24 10:43 by Per Møller