Skip to main content
Module

x/harmony/mod.ts>RESTEndpoints#deleteGlobalApplicationCommand

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

Deletes a global command. Returns 204.

Parameters

applicationId: string
commandId: string

Returns

Promise<void>