> ## 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.

# PFGroupsDeleteGroupRequest

> PFGroupsDeleteGroupRequest データ モデル。グループと、それに関連付けられているすべてのロール、招待、参加申請、ブロックを削除します。削除に必要な権限は限定されています。

PFGroupsDeleteGroupRequest データ モデル。グループと、それに関連付けられているすべてのロール、招待、参加申請、ブロックを削除します。このアクションを実行するには、グループ自体に対する削除権限のみが必要です。削除されたグループとデータは復元できませんが、そのグループに関する不正利用の報告は残ります。成功した場合、データは返されません。

## 構文

```cpp theme={null}
typedef struct PFGroupsDeleteGroupRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    PFEntityKey const* group;  
} PFGroupsDeleteGroupRequest;  
```

### メンバー

**`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\*

削除するグループまたはロールの ID。

## 要件

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

## 関連項目

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


## Related topics

- [PFGroupsDeleteGroupAsync](/ja-jp/services/playfab/api-references/c/pfgroups/functions/pfgroupsdeletegroupasync.md)
- [Services C API overview - PFGroupsTypes.h](/ja-jp/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members.md)
- [PFGroupsDeleteRoleRequest](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsdeleterolerequest.md)
- [PFGroupsDeleteRoleAsync](/ja-jp/services/playfab/api-references/c/pfgroups/functions/pfgroupsdeleteroleasync.md)
- [PFGroupsGetGroupRequest](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsgetgrouprequest.md)
