W3Booster SDK 2.0.0
    Preparing search index...

    Interface JsonPatchRemove

    interface JsonPatchRemove {
        op: "remove";
        path: string;
    }
    Index
    op: "remove"
    path: string