Skip to main content
PFPlayerDataManagementClientDeletePlayerCustomPropertiesRequest data model. Deletes custom properties for the specified player. The list of provided property names must be non-empty.

Syntax

Members

customTags   PFStringDictionaryEntry const*
may be nullptr
(Optional) The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). customTagsCount   uint32_t Count of customTags expectedPropertiesVersion   int32_t const*
may be nullptr
(Optional) Optional field used for concurrency control. One can ensure that the delete operation will only be performed if the player’s properties have not been updated by any other clients since the last version. propertyNames   const char* const* A list of property names denoting which properties should be deleted. propertyNamesCount   uint32_t Count of propertyNames

Requirements

Header: PFPlayerDataManagementTypes.h

See also

PFPlayerDataManagementTypes members
Last modified on September 11, 2026