Table of Contents

Method DeleteAsync

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

DeleteAsync(string?, CancellationToken)

Deletes the tag.

public Task DeleteAsync(string? reason = null, CancellationToken cancellationToken = default)

Parameters

reason string

The audit log reason.

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task

Exceptions

NotImplementedException

This method is currently not implemented.