Axinom Mosaic Libraries
    Preparing search index...

    Interface DeleteImageCommand

    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.

    interface DeleteImageCommand {
        image_id?: string;
        original_source_location?: string;
    }
    Index

    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.