# Caption Delete Delete captions. Use this skill to delete captions of a video by IDs. ## Usage ```bash yutu caption delete [flags] ``` ## Flags | Flag | Shorthand | Required | Description | |------|-----------|----------|-------------| | `--ids` | `-i` | Yes | IDs of the captions to delete | | `--onBehalfOf` | `-b` | | ID of the YouTube account that the content owner is acting on behalf of | | `--onBehalfOfContentOwner` | `-B` | | ID of the content owner, for YouTube content partners | ## Examples ```bash # Delete a caption by ID yutu caption delete --ids abc123 # Delete multiple captions yutu caption delete --ids abc123,def456 ```