Delete playlist item
delete_playlist_itemRemove an item from a playlist permanently. Use to prune outdated content while keeping the underlying asset intact.
Instructions
Remove an item from a playlist.
When to use:
Pruning content that's no longer relevant.
When NOT to use:
You want to keep the item but skip it for now — set is_selected: false via update_playlist_item instead.
What to know:
Irreversible. The remaining items stay in order; gaps in sort_order are normalised on the server.
The asset itself is NOT deleted (other playlists may reference it).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | ||
| playlist_id | Yes |