api:mvno:account:removeusageblock
Table of Contents
API : MVNO Account Remove usage block
Introduction
This request will remove a usage blocking that has been applied to the account due to suspicion of fraud/unusual usage.
Request
| URL | https://api.telecomx.dk/mvno/ACCOUNT-ID/usageblock | |
|---|---|---|
| Method | DELETE | |
| Access level | RESELLER if customer belongs to the reseller. RESELLER_ADMIN or ADMIN. |
|
| Param | ACCOUNT-ID | Unique id of the MVNO account. |
Query example
DELETE https://api.telecomx.dk/mvno/12345678901234567890ABCD/usageblock
Response
| Json object | ||
|---|---|---|
| success | Boolean | True on success |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 404 | not_found | MVNO account not found |
| 403 | access_denied | Insufficient access level |
| 404 | sipAccount | MVNO account not found |
| 500 | internal_error | <Unspecified> |
api/mvno/account/removeusageblock.txt · Last modified: 2026/05/26 11:00 by Per Møller