Table of Contents

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

entitlementId ulong

The entitlement id to delete.

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task