This request will delete a network device. The device is set to state DELETING and a deprovisioning job is queued; the device disappears once the job completes.
| URL | https://api.telecomx.dk/network/device/DEVICE_ID | ||
|---|---|---|---|
| Method | DELETE | ||
| Access level | MANAGER or OWNER if user belongs to the customer. RESELLER if customer belongs to the reseller or a sub reseller. ADMIN. The customer must have the NETWORK_MANAGEMENT feature. |
||
| Params | DEVICE_ID | Id of the Network Device to delete. | |
DELETE https://api.telecomx.dk/network/device/12345678901234567890AAAA
| JSON object | ||
|---|---|---|
| success | Boolean | True on success |
{ "success": true }
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 404 | not_found | Network device not found |
| 422 | id | Id is not a valid device id. |
| 500 | internal_error | <Unspecified> |