@webitel/api-services
    Preparing search index...

    FlushVariablesRequest defines parameters for flushing thread variables by thread ID.

    interface WebitelImApiGatewayV1ThreadManagementFlushVariablesBody {
        keys?: string[];
    }
    Index

    Properties

    Properties

    keys?: string[]

    List of variable keys to flush.