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

# PFLeaderboardsUnlinkLeaderboardFromStatisticRequest

> PFLeaderboardsUnlinkLeaderboardFromStatisticRequest 資料模型。

PFLeaderboardsUnlinkLeaderboardFromStatisticRequest 資料模型。

## 語法

```cpp theme={null}
typedef struct PFLeaderboardsUnlinkLeaderboardFromStatisticRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    const char* name;  
    const char* statisticName;  
} PFLeaderboardsUnlinkLeaderboardFromStatisticRequest;  
```

### 成員

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

（選擇性）與要求相關聯的選擇性自訂標籤（例如組建編號、外部追蹤識別碼等）。

**`customTagsCount`**   uint32\_t

customTags 的計數

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

要取消連結的排行榜定義名稱。

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

要取消連結的統計資料定義名稱。

## 需求

**標頭：** PFLeaderboardsTypes.h

## 另請參閱

[PFLeaderboardsTypes 成員](/services/playfab/api-references/c/pfleaderboardstypes/pfleaderboardstypes_members)


## Related topics

- [PFLeaderboardsUnlinkLeaderboardFromStatisticAsync](/zh-TW/services/playfab/api-references/c/pfleaderboards/functions/pfleaderboardsunlinkleaderboardfromstatisticasync.md)
- [服務 C API 概觀 - PFLeaderboardsTypes.h](/zh-TW/services/playfab/api-references/c/pfleaderboardstypes/pfleaderboardstypes_members.md)
- [PFLeaderboardsLeaderboardColumn](/zh-TW/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardsleaderboardcolumn.md)
- [PFLeaderboardsGetFriendLeaderboardForEntityGetResult](/zh-TW/services/playfab/api-references/c/pfleaderboards/functions/pfleaderboardsgetfriendleaderboardforentitygetresult.md)
- [PFLeaderboardsGetFriendLeaderboardForEntityGetResultSize](/zh-TW/services/playfab/api-references/c/pfleaderboards/functions/pfleaderboardsgetfriendleaderboardforentitygetresultsize.md)
