Table of Contents

Method DeleteTestEntitlementAsync

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

DeleteTestEntitlementAsync(ulong)

Deletes a test entitlement.

[RequiresFeature(Features.MonetizedApplication)]
public Task DeleteTestEntitlementAsync(ulong entitlementId)

Parameters

entitlementId ulong

The entitlement id to delete.

Returns

Task