This request is used to delete the small logo for a customer.
| URL | https://api.telecomx.dk/iptv/settings/CUSTOMER_ID/smalllogo | |
|---|---|---|
| Method | DELETE | |
| Access level | MANAGER or OWNER if customer has feature IPTVBUSINESS RESELLER if customer has IPTVBUSINESS or IPTVPRIVATE ADMIN |
|
| Params | CUSTOMER_ID | Id of customer on which to delete the logo |
DELETE https://api.telecomx.dk/iptv/customer/12345678901234567890ABCD/smalllogo
| JSON object | ||
|---|---|---|
| success | Boolean | True on success |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 404 | id | Not found |
| 409 | customer | Customer cannot host common IPTV settings |
| 404 | logo | Logo not available |
| 500 | internal_error | File not found in database |
| 500 | internal_error | <unspecified> |