Method DeleteGuildSoundboardSoundAsync
- Namespace
- DisCatSharp.Net
- Assembly
- DisCatSharp.dll
DeleteGuildSoundboardSoundAsync(ulong, ulong, string?, CancellationToken)
Deletes an existing soundboard sound.
public Task DeleteGuildSoundboardSoundAsync(ulong guildId, ulong soundId, string? reason = null, CancellationToken cancellationToken = default)
Parameters
guildIdulongThe guild ID.
soundIdulongThe soundboard sound ID.
reasonstringThe reason.
cancellationTokenCancellationTokenA token to cancel the request.