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

x/appwrite/mod.ts>Functions#deleteTag

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

Delete Tag

Delete a code tag by its unique ID.

Type Parameters

T extends unknown

Parameters

functionId: string
tagId: string

Returns

Promise<T>