Skip to main content
Module

x/harmony/mod.ts>RESTEndpoints#deleteWebhook

An easy to use Discord API Library for Deno.
Go to Latest
method RESTEndpoints.prototype.deleteWebhook
Re-export
import { RESTEndpoints } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Delete a webhook permanently. Requires the MANAGE_WEBHOOKS permission. Returns a 204 NO CONTENT response on success.

Parameters

webhookId: string

Returns

Promise<void>