This request will unsubscribe smartwatch for the specified MVNO account.
The MVNO account's smartwatch state will be set to 'DELETING', until it has actually been deleted. Afterwards it will be set to 'NONE'.
| URL | https://api.telecomx.dk/mvno/NUMBER/smartwatch | |
|---|---|---|
| Method | DELETE | |
| Access level | MANAGER or OWNER when user belongs to the customer. RESELLER if customer belongs to the reseller. ADMIN. |
|
| Param | NUMBER | Number for the mvnoAccount |
DELETE https://api.telecomx.dk/mvno/20212223/smartwatch
| 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> |