Method DeleteTestEntitlementAsync
- Namespace
- DSharpPlus.Net
- Assembly
- DSharpPlus.dll
DeleteTestEntitlementAsync(ulong, ulong)
Deletes a test entitlement
public ValueTask DeleteTestEntitlementAsync(ulong applicationId, ulong entitlementId)
Parameters
applicationId
ulongThe id of the application the entitlement belongs to
entitlementId
ulongThe id of the test entitlement which should be removed
Returns
- ValueTask