Command schema to delete a single video by either ID or the source location. At least one of them must be defined - the video ID takes precedence.

Hierarchy

  • DeleteVideoCommand

Properties

source_location?: string

The string has a minimum length of one character and it cannot consist of only whitespace characters.

video_id?: string

A UUID.

Generated using TypeDoc