Table of Contents

Method RemoveTagAsync

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

RemoveTagAsync(ForumPostTag, string, CancellationToken)

Remove a tag from the current thread.

public Task RemoveTagAsync(ForumPostTag tag, string reason = null, CancellationToken cancellationToken = default)

Parameters

tag ForumPostTag

The tag to remove.

reason string

The reason for the audit logs.

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task

Exceptions

UnauthorizedException

Thrown when the client does not have the ManageThreads permission.

NotFoundException

Thrown when the thread does not exist.

BadRequestException

Thrown when an invalid parameter was provided.

ServerErrorException

Thrown when Discord is unable to process the request.