Skip to main content
PFGroupsRemoveMembersRequest data model. Removes members from a group. A member can always remove themselves from a group, regardless of permissions. Returns nothing if successful.

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 group   PFEntityKey const* The identifier of the group. members   PFEntityKey const* List of entities to remove. membersCount   uint32_t Count of members roleId   const char*
is null-terminated
(Optional) The ID of the role to remove the entities from.

Requirements

Header: PFGroupsTypes.h

See also

PFGroupsTypes members
Last modified on August 3, 2026