Table of Contents

Method DeleteAsync

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

DeleteAsync(CancellationToken)

Permanently deletes this webhook.

public Task DeleteAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task

Exceptions

UnauthorizedException

Thrown when the client does not have the ManageWebhooks permission.

NotFoundException

Thrown when the webhook does not exist.

BadRequestException

Thrown when an invalid parameter was provided.

ServerErrorException

Thrown when Discord is unable to process the request.