This request will delete the specified SBC server.
| URL | https://api.telecomx.dk/sbc/server/SERVER_ID | |
|---|---|---|
| Method | DELETE | |
| Access level | ADMIN. | |
| Param | SERVER_ID | Id of the SBC server. |
DELETE https://api.telecomx.dk/sbc/server/2.1.1.3
| Json object | ||
|---|---|---|
| success | Boolean | True on success |
{ success: true }
| 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> |