api:mvno:account:delete
Table of Contents
API : MVNO Account Delete
Introduction
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.
Request
| 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) |
Query example
DELETE https://api.telecomx.dk/mvno/1234567890ABCDEF12345678
Response
| Json object | ||
|---|---|---|
| success | Boolean | True on success |
Example
{ success: true }
Errors
| 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> |
api/mvno/account/delete.txt · Last modified: 2023/05/08 08:06 by Joakim Andersen