Skip to main content
Deletes title-specific custom properties for a player

Syntax

Parameters

titleEntityHandle   PFEntityHandle PFEntityHandle for a title Entity obtained using PFAuthenticationGetEntityWithSecretKeyAsync. request   PFPlayerDataManagementServerDeletePlayerCustomPropertiesRequest* Populated request object. async   XAsyncBlock*
Inout
XAsyncBlock for the async operation.

Return value

Type: HRESULT Result code for this API operation.

Remarks

This API is available on Windows. Deletes custom properties for the specified player. The list of provided property names must be non-empty. See also ServerGetPlayerCustomPropertyAsync, ServerListPlayerCustomPropertiesAsync, ServerUpdatePlayerCustomPropertiesAsync. When the asynchronous task is complete, call PFPlayerDataManagementServerDeletePlayerCustomPropertiesGetResultSize and PFPlayerDataManagementServerDeletePlayerCustomPropertiesGetResult to get the result.

Requirements

Header: PFPlayerDataManagement.h

See also

PFPlayerDataManagement members
Last modified on September 11, 2026