This request will delete a network device.
| URL | https://api.telecomx.dk/network/device/model/MODEL_ID | ||
|---|---|---|---|
| Method | DELETE | ||
| Access level | RESELLER_ADMIN or ADMIN. | ||
| Params | MODEL_ID | Id of the Network device model to delete. | |
DELETE https://api.telecomx.dk/network/device/model/12345678901234567890AAAA
| JSON object | ||
|---|---|---|
| success | Boolean | True on success |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 404 | not_found | Internet request not found |
| 500 | internal_error | <Unspecified> |