Axinom Mosaic Libraries
    Preparing search index...

    Interface StartImagesDeletionCommand

    Command schema to start deletion of multiple images by ids.

    interface StartImagesDeletionCommand {
        asset_ids: string[];
    }
    Index

    Properties

    Properties

    asset_ids: string[]

    An array of uuid image id values.