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