Delete playlist
delete_playlistPermanently delete a playlist and all its items. Use when a playlist is no longer used by any player to free up the name; cascade-deletes content items and returns 204.
Instructions
Permanently delete a playlist and all its items.
When to use:
The playlist is no longer used by any player and you want to free up the name.
When NOT to use:
A player still references this playlist — unassign it first via update_player (set playlist_id: null), otherwise the player will lose its content on next publish.
You only want to clear items but keep the playlist — delete the items individually.
What to know:
Irreversible. Cascade-deletes the playlist's content_items.
Returns 204 on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes |