Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/appwrite/mod.ts>Database#deleteDocument

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Database.prototype.deleteDocument
Re-export
import { Database } from "https://deno.land/x/appwrite@2.0.2/mod.ts";

Delete Document

Delete a document by its unique ID. This endpoint deletes only the parent documents, its attributes and relations to other documents. Child documents will not be deleted.

Parameters

collectionId: string
documentId: string