Delete Playlist
youtube_delete_playlistPermanently delete a YouTube playlist. Action requires explicit confirmation to avoid unintended deletions.
Instructions
Permanently delete a playlist. This is irreversible.
Args
playlistId(string, required): Playlist ID to delete.confirm(boolean, default false): Must betrueto execute the deletion.
Returns Confirmation text on success.
Examples
youtube_delete_playlist({ playlistId: "PL...", confirm: true })
Errors
404 → playlist not found.
403 → not your playlist or scope missing.
Not passing
confirm: true→ refused with instructions to re-call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlistId | Yes | Playlist ID to delete permanently. | |
| confirm | No | Must be true to confirm the irreversible deletion. |