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

# XblTitleStorageDeleteBlobAsync

> XblTitleStorageDeleteBlobAsync

# XblTitleStorageDeleteBlobAsync

타이틀 저장소에서 blob을 삭제합니다.

## Syntax

```cpp theme={null}
HRESULT XblTitleStorageDeleteBlobAsync(  
         XblContextHandle xboxLiveContext,  
         XblTitleStorageBlobMetadata blobMetadata,  
         bool deleteOnlyIfEtagMatches,  
         XAsyncBlock* async  
)  
```

### Parameters

*xboxLiveContext*   \_In\_\
Type: [XblContextHandle](/reference/live/xsapi-c/types_c/handles/xblcontexthandle)

XblContextCreateHandle로 생성된 XBOX live 컨텍스트 핸들입니다.

*blobMetadata*   \_In\_\
Type: [XblTitleStorageBlobMetadata](/reference/live/xsapi-c/title_storage_c/structs/xbltitlestorageblobmetadata)

삭제할 타이틀 저장소 blob의 blob 메타데이터입니다.

*deleteOnlyIfEtagMatches*   \_In\_\
Type: bool

blob을 삭제하기 전에 삭제 작업에서 ETag가 일치하는지 확인할지 여부를 지정합니다.

*async*   \_In\_\
Type: XAsyncBlock\*

호출자가 할당한 AsyncBlock입니다.

### Return value

Type: HRESULT

이 API 작업에 대한 HRESULT 반환 코드입니다.

## Remarks

비동기 작업의 결과는 AsyncBlock 콜백 내부 또는 AsyncBlock이 완료된 후에 [XAsyncGetStatus](/reference/system/xasync/functions/xasyncgetstatus)를 호출하여 얻을 수 있습니다.

## REST Call

V1 DELETE trustedplatform/users/xuid({xuid})/scids/{scid}/data/{path},{type}\
V1 DELETE json/users/xuid({xuid})/scids/{scid}/data/{path},{type}\
V1 DELETE sessions/{sessionId}/scids/{scid}/data/{path},{type}

## Requirements

**Header:** title\_storage\_c.h

**Library:** Microsoft.Xbox.Services.14x.GDK.C.lib

## See also

[title\_storage\_c](/reference/live/xsapi-c/title_storage_c/title_storage_c_members)


## Related topics

- [Title Storage에서 blob 삭제](/ko/services/xbox-services/storage/title-storage/how-to/live-deleting-title-storage-blob.md)
- [XblTitleStorageDownloadBlobAsync](/ko/reference/live/xsapi-c/title_storage_c/functions/xbltitlestoragedownloadblobasync.md)
- [XblTitleStorageUploadBlobAsync](/ko/reference/live/xsapi-c/title_storage_c/functions/xbltitlestorageuploadblobasync.md)
- [XblTitleStorageUploadBlobResult](/ko/reference/live/xsapi-c/title_storage_c/functions/xbltitlestorageuploadblobresult.md)
- [XblTitleStorageDownloadBlobResult](/ko/reference/live/xsapi-c/title_storage_c/functions/xbltitlestoragedownloadblobresult.md)
