ICosmosItem.delete(): Promise<CosmosItemResponse<Record<string, unknown>>>
Deletes the document, throwing a 404 when it does not exist.
Promise<CosmosItemResponse<Record<string, unknown>>>
The delete envelope
ICosmosItem.delete(): Promise<CosmosItemResponse<Record<string, unknown>>>
Deletes the document, throwing a 404 when it does not exist.
Promise<CosmosItemResponse<Record<string, unknown>>>
The delete envelope
import { type ICosmosItem } from "database-plugin/src/index.ts";