Skip to main content
Module

x/harmony/mod.ts>RESTEndpoints#deleteOriginalInteractionResponse

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

Deletes the initial Interaction response. Returns 204 on success.

Parameters

applicationId: string
interactionToken: string

Returns

Promise<void>