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

# XblMatchmakingDeleteMatchTicketAsync

> XblMatchmakingDeleteMatchTicketAsync

# XblMatchmakingDeleteMatchTicketAsync

서버에서 일치 티켓을 삭제합니다.

## Syntax

```cpp theme={null}
HRESULT XblMatchmakingDeleteMatchTicketAsync(  
         XblContextHandle xboxLiveContext,  
         const char* serviceConfigurationId,  
         const char* hopperName,  
         const char* ticketId,  
         XAsyncBlock* asyncBlock  
)  
```

### Parameters

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

로컬 사용자의 XBOX live 컨텍스트입니다.

*serviceConfigurationId*   \_In\_\
Type: char\*

타이틀의 서비스 구성 ID(SCID)입니다. SCID는 대/소문자를 구분하는 것으로 간주되므로 파트너 센터에서 직접 붙여넣으세요.

*hopperName*   \_In\_\
Type: char\*

일치 티켓이 위치한 호퍼의 이름입니다.

*ticketId*   \_In\_\
Type: char\*

서버에서 삭제할 티켓의 ID입니다.

*asyncBlock*   \_In\_\
Type: XAsyncBlock\*

이 작업의 AsyncBlock입니다.

### Return value

Type: HRESULT

이 API 작업의 HRESULT 반환 코드입니다.

## REST Call

V103 DELETE /serviceconfigs/{serviceConfigId}/hoppers/{hopperName}/tickets/{ticketId}을(를) 호출합니다.

## Requirements

**Header:** matchmaking\_c.h

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

## See also

[matchmaking\_c](/reference/live/xsapi-c/matchmaking_c/matchmaking_c_members)


## Related topics

- [SmartMatch 매치메이킹 사용](/ko/services/xbox-services/multiplayer/matchmaking/concepts/live-matchmaking-how-tos.md)
- [멀티플레이어 작업](/ko/services/xbox-services/multiplayer/mpsd/how-to/live-mpsd-how-tos.md)
- [XblMatchmakingCreateMatchTicketAsync](/ko/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakingcreatematchticketasync.md)
- [XblMatchmakingGetMatchTicketDetailsAsync](/ko/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggetmatchticketdetailsasync.md)
- [XblMatchmakingCreateMatchTicketResult](/ko/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakingcreatematchticketresult.md)
