> ## 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](/ko/services/playfab/api-references/c/pfgroups/functions/pfgroupsdeletegroupasync.md)
- [Services C API overview - PFGroupsTypes.h](/ko/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members.md)
- [PFGroupsDeleteRoleRequest](/ko/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsdeleterolerequest.md)
- [PFGroupsDeleteRoleAsync](/ko/services/playfab/api-references/c/pfgroups/functions/pfgroupsdeleteroleasync.md)
- [PFGroupsGetGroupRequest](/ko/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsgetgrouprequest.md)
