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

x/appwrite/mod.ts>Database#deleteCollection

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

Delete Collection

Delete a collection by its unique ID. Only users with write permissions have access to delete this resource.

Parameters

collectionId: string

collectionId

Returns

Promise<string>

Promise