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

# PFGroupsRemoveGroupApplicationRequest

> PFGroupsRemoveGroupApplicationRequest 데이터 모델입니다. 그룹 참가에 대한 기존 신청을 제거합니다. 이는 신청 거부와 함께.

PFGroupsRemoveGroupApplicationRequest 데이터 모델입니다. 그룹 참가에 대한 기존 신청을 제거합니다. 이는 신청 거부뿐만 아니라 신청 철회에도 사용됩니다. 신청 엔터티 또는 해당 체인의 상위 항목(예: 타이틀)은 신청을 철회할 수 있으며, 그룹에서 적절한 액세스 권한이 있는 호출자는 신청을 거부할 수 있습니다. 성공한 경우 반환되는 데이터가 없습니다.

## 구문

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

### 멤버

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

(선택 사항) 요청과 연결된 선택적 사용자 지정 태그입니다(예: 빌드 번호, 외부 추적 식별자 등).

**`customTagsCount`**   uint32\_t

customTags의 개수입니다.

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

이 작업을 수행할 엔터티입니다.

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

그룹의 식별자입니다.

## 요구 사항

**헤더:** PFGroupsTypes.h

## 참고 항목

[PFGroupsTypes 멤버](/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members)


## Related topics

- [PFGroupsRemoveGroupApplicationAsync](/ko/services/playfab/api-references/c/pfgroups/functions/pfgroupsremovegroupapplicationasync.md)
- [Services C API overview - PFGroupsTypes.h](/ko/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members.md)
- [PFGroupsListGroupApplicationsRequest](/ko/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupslistgroupapplicationsrequest.md)
- [PFGroupsAcceptGroupApplicationRequest](/ko/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsacceptgroupapplicationrequest.md)
- [PFGroupsRemoveGroupInvitationRequest](/ko/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsremovegroupinvitationrequest.md)
