---
title: "Bulk delete logos."
method: DELETE
path: "/2/vod/channels/{channel}/logos"
tags: ["V3 > Logo"]
---

# Bulk delete logos.

`DELETE /2/vod/channels/{channel}/logos`

Deletes logos specified in the request within the provided channel.

## Path parameters

- `channel` integer, required

## Query parameters

- `height` integer — The height of Logo
- `margin_x` integer — The margin on the x-axis of the Logo
- `margin_y` integer — The margin on the y-axis of the Logo
- `mode` string — The {name} mode<note><strong>overlay</strong>: The logo is added on top of the video by a player configuration</note><note><strong>embed</strong>: The logo is directly encoded in the video</note>
- `position` string — The anchor of the {name}<note><strong>top_left</strong>: Positioned at the top left corner</note><note><strong>top_middle</strong>: Positioned at the top middle</note><note><strong>top_right</strong>: Positioned at the top right corner</note><note><strong>center_left</strong>: Positioned at the center left</note><note><strong>center_middle</strong>: Positioned at the center middle</note><note><strong>center_right</strong>: Positioned at the center right</note><note><strong>bottom_left</strong>: Positioned at the bottom left corner</note><note><strong>bottom_middle</strong>: Positioned at the bottom middle</note><note><strong>bottom_right</strong>: Positioned at the bottom right corner</note>
- `size` integer — The size of the {name} in percentage
- `width` integer — The width of Logo

## Response `200`

Default response

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` boolean

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
