Table of Contents

Method DeleteTestEntitlementAsync

Namespace
DSharpPlus.Net
Assembly
DSharpPlus.dll

DeleteTestEntitlementAsync(ulong, ulong)

Deletes a test entitlement

public ValueTask DeleteTestEntitlementAsync(ulong applicationId, ulong entitlementId)

Parameters

applicationId ulong

The id of the application the entitlement belongs to

entitlementId ulong

The id of the test entitlement which should be removed

Returns

ValueTask