> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFGroupsRemoveMembersRequest

> PFGroupsRemoveMembersRequest データ モデル。グループからメンバーを削除します。メンバーは権限に関係なく、常に自分自身をグループから削除できます。

PFGroupsRemoveMembersRequest データ モデル。グループからメンバーを削除します。メンバーは権限に関係なく、常に自分自身をグループから削除できます。成功時には何も返されません。

## 構文

```cpp theme={null}
typedef struct PFGroupsRemoveMembersRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    PFEntityKey const* group;  
    PFEntityKey const* members;  
    uint32_t membersCount;  
    const char* roleId;  
} PFGroupsRemoveMembersRequest;  
```

### メンバー

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*may be nullptr*

(省略可能) リクエストに関連付けられた省略可能なカスタム タグ (例: ビルド番号、外部トレース識別子など)。

**`customTagsCount`**   uint32\_t

customTags の数。

**`group`**   [PFEntityKey](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) const\*

グループの識別子。

**`members`**   [PFEntityKey](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) const\*

削除するエンティティのリスト。

**`membersCount`**   uint32\_t

members の数。

**`roleId`**   const char\*<br />*is null-terminated*

(省略可能) エンティティを削除するロールの ID。

## 要件

**ヘッダー:** PFGroupsTypes.h

## 関連項目

[PFGroupsTypes のメンバー](/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members)


## Related topics

- [PFGroupsRemoveMembersAsync](/ja-jp/services/playfab/api-references/c/pfgroups/functions/pfgroupsremovemembersasync.md)
- [Services C API overview - PFGroupsTypes.h](/ja-jp/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members.md)
- [PFGroupsRemoveGroupInvitationRequest](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsremovegroupinvitationrequest.md)
- [PFGroupsRemoveGroupApplicationRequest](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsremovegroupapplicationrequest.md)
- [PFGroupsIsMemberRequest](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsismemberrequest.md)
