---
title: "Delete a mixtape."
method: DELETE
path: "/2/vod/mixtapes/{mixtape}"
tags: ["V3 > Mixtape"]
---

# Delete a mixtape.

`DELETE /2/vod/mixtapes/{mixtape}`

Deletes the specified mixtape.

## Path parameters

- `mixtape` string, required

## Query parameters

- `color` string — Mixtape color
- `criteria` string, nullable — a string free of XSS payloads
- `description` string, nullable — a string free of XSS payloads
- `mixtapes` string, nullable — A list of items, (either comma separated or as an array) (no duplicates) with the following rules: <note><bold>1</bold>: Identifier of an existing Mixtape</note>
- `name` string — The name of the Mixtape
- `order` object[] — Specify the order for the desired queried Media
  - `direction` '"asc"' | '"desc"', nullable
  - `key` 'collected_at' | 'created_at' | 'description' | 'discarded_at' | 'duration' | 'id' | 'name' | 'published' | 'streams' | 'updated_at' | 'validated', required — The key of Mixtape
  - `natural` boolean, nullable
  - `reverse` boolean, nullable
  - `soundex` boolean, nullable
- `type` string — The type of {name}<note><strong>standard</strong>: Mixtape default: créée/éditée directement comme une mixtape classique</note><note><strong>generated</strong>: Mixtape produite dynamiquement par une autre application</note><note><strong>composite</strong>: Mixtape qui référence d’autres mixtape</note>
- `validity` integer — The {name} validity duration (in seconds)
- `validity_strategy` string, nullable — The strategy to apply for validity adjustment<note><strong>only_increase</strong>: Only increases the {model} validity if the requested duration is greater than the current one</note><note><strong>only_decrease</strong>: Only decreases the {model} validity if the requested duration is less than the current one</note>

## Response `200`

OK

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

---

[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)
