Method DeleteTestEntitlementAsync
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
DeleteTestEntitlementAsync(ulong, CancellationToken)
Deletes a test entitlement.
[RequiresFeature(Features.MonetizedApplication)]
public Task DeleteTestEntitlementAsync(ulong entitlementId, CancellationToken cancellationToken = default)
Parameters
entitlementIdulongThe entitlement id to delete.
cancellationTokenCancellationTokenA token to cancel the request.