7.1.0

interface DeleteEventsByIdOptions {
    ids: string[];
    span?: EventSpan;
}

Properties

Properties

ids: string[]

7.1.0

span?: EventSpan

The span of deletion.

EventSpan.THIS_EVENT

iOS

7.1.0