Skip to main content
Module

x/google_datastore/mod.ts>DatastoreOperations#delete

A set of APIs that allow interfacing to Google Datastore on GCP from Deno.
Go to Latest
method DatastoreOperations.prototype.delete
import { DatastoreOperations } from "https://deno.land/x/google_datastore@0.0.14/mod.ts";

Deletes a long-running operation.

This method indicates that the client is no longer interested in the operation result. It does not cancel the operation.

If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.

Parameters

name: string | { name: string; }

Returns

Promise<void>