Ross
04/04/2024, 7:59 PMignore_not_found=true
option when deleting items. I don't see a way to pass that into the Typescript client's .delete()
call, which accepts only a document ID, or DeleteQuery
of shape:
DeleteQuery {
filter_by: string;
batch_size?: number;
}
Is there a way to manually specify query params? And/or another way?