Node CrowdSec Client
    Preparing search index...

    Interface DeleteDecisionsParams

    interface DeleteDecisionsParams {
        ip?: string;
        range?: string;
        scenario?: string;
        scope?: string;
        type?: string;
        value?: string;
    }
    Index
    ip?: string

    IP to search for (shorthand for scope=ip&value=)

    range?: string

    range to search for (shorthand for scope=range&value=)

    scenario?: string

    scenario to search

    scope?: string

    scope to which the decision applies (ie. IP/Range/Username/Session/...)

    type?: string

    type of decision

    value?: string

    the value to match for in the specified scope