Skip to main content
PFDataDeleteFilesRequest data model. Deletes the requested files from the entity’s profile.

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 entity   PFEntityKey const* The entity to perform this action on. fileNames   const char* const* Names of the files to be deleted. fileNamesCount   uint32_t Count of fileNames profileVersion   int32_t const*
may be nullptr
(Optional) The expected version of the profile, if set and doesn’t match the current version of the profile the operation will not be performed.

Requirements

Header: PFDataTypes.h

See also

PFDataTypes members
Last modified on August 3, 2026