youtube
youtube_delete_comment
Delete a comment. 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_comment?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"comment_id": {
"type": "string",
"description": "Comment ID to delete"
}
}
}