youtube
youtube_delete_playlist
Delete a playlist. This action is irreversible. Requires OAuth credentials (CLIENT_ID + CLIENT_SECRET + REFRESH_TOKEN). Costs 50 quota units.
Remote node2flow/youtube
Other tools also called youtube_delete_playlist?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"playlist_id": {
"type": "string",
"description": "Playlist ID to delete"
}
}
}