This request will delete the specified SBC peer.
| URL | https://api.telecomx.dk/sbc/peer/PEER_ID | |
|---|---|---|
| Method | DELETE | |
| Access level | ADMIN. | |
| Param | PEER_ID | Id of the peer. |
DELETE https://api.telecomx.dk/sbc/peer/Telia
| 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 | Peer not found |
| 500 | internal_error | <Unspecified> |