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

# PFAccountManagementRevokeBansRequest

> PFAccountManagementRevokeBansRequest 数据模型。无论该禁令是否已过期，都将请求的所有禁令的激活状态设置为非活动。

PFAccountManagementRevokeBansRequest 数据模型。无论该禁令是否已过期，都将请求的所有禁令的激活状态设置为非活动。不存在的 BanId 将被跳过。仅返回有关已应用更新的信息。

## 语法

```cpp theme={null}
typedef struct PFAccountManagementRevokeBansRequest {  
    const char* const* banIds;  
    uint32_t banIdsCount;  
} PFAccountManagementRevokeBansRequest;  
```

### 成员

**`banIds`**   const char\* const\*

要撤销的禁令的 ID。最多 100 个。

**`banIdsCount`**   uint32\_t

banIds 的数量

## 要求

**头文件：** PFAccountManagementTypes.h

## 另请参阅

[PFAccountManagementTypes 成员](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)
