This request will remove a usage blocking that has been applied to the account due to suspicion of fraud/unusual usage.
| 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. |
DELETE https://api.telecomx.dk/mvno/12345678901234567890ABCD/usageblock
| Json object | ||
|---|---|---|
| success | Boolean | True on success |
{ success: true }
| 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> |