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

Elimina el vale de partida en el servidor.

## Sintaxis

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

### Parámetros

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

Contexto de XBOX Live para el usuario local.

*serviceConfigurationId*   \_In\_\
Tipo: char\*

El identificador de configuración de servicio (SCID) del título. El SCID distingue mayúsculas de minúsculas, así que péguelo directamente desde el Partner Center.

*hopperName*   \_In\_\
Tipo: char\*

El nombre del hopper donde se encuentra el vale de partida.

*ticketId*   \_In\_\
Tipo: char\*

El identificador del vale que se va a eliminar en el servidor.

*asyncBlock*   \_In\_\
Tipo: XAsyncBlock\*

El AsyncBlock de esta operación.

### Valor devuelto

Tipo: HRESULT

Código de retorno HRESULT para esta operación de API.

## Llamada REST

Llama a V103 DELETE /serviceconfigs/{serviceConfigId}/hoppers/{hopperName}/tickets/{ticketId}

## Requisitos

**Encabezado:** matchmaking\_c.h

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

## Consulte también

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


## Related topics

- [Uso del emparejamiento de SmartMatch](/es/services/xbox-services/multiplayer/matchmaking/concepts/live-matchmaking-how-tos.md)
- [Tareas multijugador](/es/services/xbox-services/multiplayer/mpsd/how-to/live-mpsd-how-tos.md)
- [XblMatchmakingCreateMatchTicketAsync](/es/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakingcreatematchticketasync.md)
- [XblMatchmakingGetMatchTicketDetailsAsync](/es/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggetmatchticketdetailsasync.md)
- [XblMatchmakingCreateMatchTicketResult](/es/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakingcreatematchticketresult.md)
