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

# PFLeaderboardsDeleteLeaderboardEntriesRequest

> PFLeaderboardsDeleteLeaderboardEntriesRequest 資料模型。

PFLeaderboardsDeleteLeaderboardEntriesRequest 資料模型。

## 語法

```cpp theme={null}
typedef struct PFLeaderboardsDeleteLeaderboardEntriesRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    const char* const* entityIds;  
    uint32_t entityIdsCount;  
    const char* name;  
} PFLeaderboardsDeleteLeaderboardEntriesRequest;  
```

### 成員

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

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

**`customTagsCount`**   uint32\_t

customTags 的計數

**`entityIds`**   const char\* const\*<br />*may be nullptr*

（選擇性）要從排行榜刪除之項目的唯一識別碼。

**`entityIdsCount`**   uint32\_t

entityIds 的計數

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

排行榜的名稱。

## 需求

**標頭：** PFLeaderboardsTypes.h

## 另請參閱

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