V3 > Mixtape

Delete a mixtape.

Deletes the specified mixtape.

delete/2/vod/mixtapes/{mixtape}

Path parameters

mixtapestring required

The Mixtape unique identifier

Query parameters

colorstring

Mixtape color

Example:#FFCC00
criteriastring nullable

a string free of XSS payloads

Example:"Hello World"
descriptionstring nullable

a string free of XSS payloads

Example:"Hello World"
mixtapesstring 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>

Example:1jhvl2upwoctc,1jhvl2upwoctc,1jhvl2upwoctc
namestring

The name of the Mixtape

Example:my product
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

naturalboolean nullable
reverseboolean nullable
soundexboolean nullable
typestring

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>

Example:standard
validityinteger

The {name} validity duration (in seconds)

validity_strategystring 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>

Example:only_decrease

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.