Delete Video
youtube_delete_videoPermanently delete a video from your YouTube channel. Confirmation is required to prevent accidental removal.
Instructions
Permanently delete a video from the authenticated channel.
This action is irreversible. You must pass confirm:true to proceed.
Args
videoId (string, required): ID of the video to delete
confirm (boolean, required): must be true to proceed — safety guard
Returns Short confirmation that the video was deleted.
Examples
Delete:
{ "videoId": "abc123", "confirm": true }
Errors
403: video is not owned by the authenticated account
404: video not found
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| videoId | Yes | ID of the video to permanently delete. | |
| confirm | No | Must be set to true to confirm this irreversible deletion. |