Used to represent parameters that are necessary to delete documents from the matching engine. These must be a list of string IDs

interface MatchingEngineDeleteParams {
    ids: string[];
}

Properties

Properties

ids: string[]

Generated using TypeDoc