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

> Reference for the PFLeaderboardsUnlinkLeaderboardFromStatisticRequest struct in the PlayFab Services C API, for unlinking a leaderboard from a statistic.

PFLeaderboardsUnlinkLeaderboardFromStatisticRequest data model.

## Syntax

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

### Members

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

(Optional) The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).

**`customTagsCount`**   uint32\_t

Count of customTags

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

The name of the leaderboard definition to unlink.

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

The name of the statistic definition to unlink.

## Requirements

**Header:** PFLeaderboardsTypes.h

## See also

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


## Related topics

- [PFLeaderboardsUnlinkLeaderboardFromStatisticAsync](/services/playfab/api-references/c/pfleaderboards/functions/pfleaderboardsunlinkleaderboardfromstatisticasync.md)
- [Services C API overview - PFLeaderboardsTypes.h](/services/playfab/api-references/c/pfleaderboardstypes/pfleaderboardstypes_members.md)
- [Ranking players by statistics](/services/playfab/community/leaderboards/leaderboards-linked-to-stats.md)
- [Limits on Leaderboards](/services/playfab/community/leaderboards/limits-leaderboards.md)
- [Leaderboards](/build/steam-porting-guide/features/steam-leaderboards.md)
