Skip to main content

XblTitleManagedStatsDeleteStatsAsync

Delete stats for the calling user (any stats not referenced will remain unchanged).

Syntax

Parameters

xblContextHandle   _In_
Type: XblContextHandle
XBOX live context for the local user. statisticNames   _In_
Type: char**
A list of names of statistics to delete. If there isn’t an existing statistic matching a provided name, no changes will be made for that statistic. statisticNamesCount   _In_
Type: size_t
Number of items in the statisticNames array. async   _In_
Type: XAsyncBlock*
Used for async call.

Return value

Type: HRESULT HRESULT return code for this API operation.

Remarks

Note that stat names are case insensitive. To get the result, call XAsyncGetStatus inside the AsyncBlock callback or after the AsyncBlock is complete. If the call fails for any reason, it is the responsibility of the game to re-submit the request.

Requirements

Header: title_managed_statistics_c.h Library: Microsoft.Xbox.Services.14x.GDK.C.lib

See also

title_managed_statistics_c
Last modified on August 20, 2026