This request is used to delete the current image for the destination.
| URL | https://api.telecomx.dk/destination/DESTINATION_ID/image | |
|---|---|---|
| Method | DELETE | |
| Access level | RESELLLER_ADMIN with FINANCE feature, or ADMIN | |
| Params | DESTINATION_ID | Id of destination |
https://api.telecomx.dk/destination/1234567890ABCDEF1234578/image
| JSON object | ||
|---|---|---|
| success | Boolean | True on success |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 400 | bad_request | Id not found in request URI |
| 404 | destination | Destination not found |
| 500 | internal_error | File not found in database |
| 500 | internal_error | <unspecified> |