This request is used to delete the current picture of the network device model.
| URL | https://api.telecomx.dk/network/device/model/MODEL_ID/picture | |
|---|---|---|
| Method | DELETE | |
| Access level | RESELLER_ADMIN or ADMIN. | |
| Params | MODEL_ID | Id of network device model. |
https://api.telecomx.dk/network/device/model/1234567890ABCDEF1234578/picture
| JSON object | ||
|---|---|---|
| success | Boolean | True on success |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 400 | bad_request | Id not found in request URI |
| 404 | not_found | Network device model not found |
| 404 | picture | Picture not found |
| 500 | internal_error | File not found in database |
| 500 | internal_error | <unspecified> |