This request will delete the specified MVNO account.
When the MVNO account is deleted it will immediately stop accepting new calls and current calls will be terminated. If the account have an active porting it will be cancelled.
The MVNO account's state will be set to 'DELETED', until the MVNO account is actually deleted. The MVNO account will not be able to be updated in that timeframe.
| URL | https://api.telecomx.dk/mvno/ACCOUNT_ID | |
|---|---|---|
| Method | DELETE | |
| Access level | MANAGER or OWNER when user belongs to the customer. RESELLER if customer belongs to the reseller. ADMIN. |
|
| Param | ACCOUNT_ID | Id of the MVNO account (24 hex-char string) |
DELETE https://api.telecomx.dk/mvno/1234567890ABCDEF12345678
| Json object | ||
|---|---|---|
| success | Boolean | True on success |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 400 | bad_request | MVNO account id not found in request URI |
| 403 | access_denied | Insufficient access level |
| 404 | sipAccount | MVNO account not found |
| 500 | internal_error | <Unspecified> |