Table of Contents

Method DeleteWebhookAsync

Namespace
DSharpPlus.Net
Assembly
DSharpPlus.dll

DeleteWebhookAsync(ulong, string?)

public ValueTask DeleteWebhookAsync(ulong webhookId, string? reason = null)

Parameters

webhookId ulong
reason string

Returns

ValueTask

DeleteWebhookAsync(ulong, string, string?)

public ValueTask DeleteWebhookAsync(ulong webhookId, string webhookToken, string? reason = null)

Parameters

webhookId ulong
webhookToken string
reason string

Returns

ValueTask