api:sbc:host:delete
Table of Contents
API : SBC Host Delete
Introduction
This request will delete the specified SBC host.
Request
| URL | https://api.telecomx.dk/sbc/host/HOST_ID | |
|---|---|---|
| Method | DELETE | |
| Access level | ADMIN. | |
| Param | HOST_ID | Id of the host. |
Query example
DELETE https://api.telecomx.dk/sbc/host/2.1.23.46
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 | id | Host not found |
| 500 | internal_error | <Unspecified> |
api/sbc/host/delete.txt · Last modified: 2014/06/06 10:51 by Per Møller