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

Hierarchy

  • DeleteImageCommand

Properties

image_id?: string

A UUID.

original_source_location?: string

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

Generated using TypeDoc