Method DeleteAsync
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
DeleteAsync(string?, CancellationToken)
Deletes the tag.
public Task DeleteAsync(string? reason = null, CancellationToken cancellationToken = default)
Parameters
reasonstringThe audit log reason.
cancellationTokenCancellationTokenA token to cancel the request.
Returns
Exceptions
- NotImplementedException
This method is currently not implemented.