Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/src/services/database.ts>Database#deleteCollection

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

Delete Collection

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

Type Parameters

T extends unknown

Parameters

collectionId: string

Returns

Promise<T>