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.0.2/src/services/database.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