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

# PFCatalogDeleteItemAsync

> 作業カタログからアイテムを削除し、パブリック カタログから公開済みのすべてのバージョンを削除します。

作業カタログからアイテムを削除し、パブリック カタログから公開済みのすべてのバージョンを削除します。

## 構文

```cpp theme={null}
HRESULT PFCatalogDeleteItemAsync(  
    PFEntityHandle entityHandle,  
    const PFCatalogDeleteItemRequest* request,  
    XAsyncBlock* async  
)  
```

### パラメーター

**`entityHandle`**   PFEntityHandle

認証に使用する PFEntityHandle。

**`request`**   [PFCatalogDeleteItemRequest\*](/services/playfab/api-references/c/pfcatalogtypes/structs/pfcatalogdeleteitemrequest)

値が設定されたリクエスト オブジェクト。

**`async`**   XAsyncBlock\*<br />*Inout*

非同期操作用の XAsyncBlock。

### 戻り値

型: HRESULT

この API 操作の結果コード。

## 解説

この API はすべてのプラットフォームで利用可能です。XAsyncGetStatus を呼び出して操作の状態を取得します。サービス呼び出しが失敗した場合、非同期結果は E\_PF\_DATABASE\_THROUGHPUT\_EXCEEDED、E\_PF\_ITEM\_NOT\_FOUND、またはグローバル PlayFab サービス エラーのいずれかになります。エラー処理の詳細については、ドキュメント ページ「Handling PlayFab Errors」を参照してください。

## 要件

**ヘッダー:** PFCatalog.h

## 関連項目

[PFCatalog のメンバー](/services/playfab/api-references/c/pfcatalog/pfcatalog_members)


## Related topics

- [Services C API overview - PFCatalog.h](/ja-jp/services/playfab/api-references/c/pfcatalog/pfcatalog_members.md)
- [PFCatalogDeleteItemRequest](/ja-jp/services/playfab/api-references/c/pfcatalogtypes/structs/pfcatalogdeleteitemrequest.md)
- [PFCatalogGetItemAsync](/ja-jp/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetitemasync.md)
- [PFCatalogGetItemsAsync](/ja-jp/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetitemsasync.md)
- [PFCatalogReportItemAsync](/ja-jp/services/playfab/api-references/c/pfcatalog/functions/pfcatalogreportitemasync.md)
