Table of Contents

API : Network Device Model : Delete picture

Introduction

This request is used to delete the current picture of the network device model.

Request

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.

Request example

https://api.telecomx.dk/network/device/model/1234567890ABCDEF1234578/picture

Response

JSON object
success Boolean True on success

Example

{
  success: true
}

Errors

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>