delete_playlist_item
Delete a specific track from the current playlist by its index. Removes the unwanted song using player ID and track number.
Instructions
Delete a track from the current playlist by index
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playerId | Yes | Player ID to control | |
| index | Yes | Track index to delete (0-based) |