> ## 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](/zh-CN/services/playfab/api-references/c/pfgroups/functions/pfgroupsdeletegroupasync.md)
- [服务 C API 概览 - PFGroupsTypes.h](/zh-CN/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members.md)
- [PFGroupsDeleteRoleRequest](/zh-CN/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsdeleterolerequest.md)
- [PFGroupsDeleteRoleAsync](/zh-CN/services/playfab/api-references/c/pfgroups/functions/pfgroupsdeleteroleasync.md)
- [PFGroupsCreateGroupRequest](/zh-CN/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupscreategrouprequest.md)
