onvif
    Preparing search index...

    Interface DeleteTrack

    interface DeleteTrack {
        recordingToken: string;
        trackToken: string;
    }
    Index
    recordingToken: string

    Token of the recording the track belongs to.

    trackToken: string

    Token of the track to be deleted.