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

# DELETE (/serviceconfigs/{scid}/hoppers/{hoppername}/tickets/{ticketid})

> DELETE (/serviceconfigs/{scid}/hoppers/{hoppername}/tickets/{ticketid})

# DELETE (/serviceconfigs/{scid}/hoppers/{hoppername}/tickets/{ticketid})

Removes a match ticket.

> **Important:**\
> This method is intended for use with contract 103 or later, and requires a header element of X-Xbl-Contract-Version: 103 or later on every request.

* [Remarks](#ID4ET)
* [URI parameters](#ID4E2)
* [Authorization](#ID4EGB)
* [HTTP status codes](#ID4EOC)
* [Request body](#ID4EXC)
* [Response body](#ID4ECD)

<a id="ID4ET" />

## Remarks

This HTTP/REST method deletes the specified ticket ID from the named hopper at the service configuration ID (SCID) level. This method can be wrapped by **Microsoft.Xbox.Services.Matchmaking.MatchmakingService.DeleteMatchTicketAsync**.

<a id="ID4E2" />

## URI parameters

\| Parameter| Type| Description|
\| --- | --- | --- | --- |
\| scid| GUID| The service configuration identifier (SCID) for the session.|
\| name| string| The name of the hopper.|
\| ticketId| GUID| The ticket ID.|

<a id="ID4EGB" />

## Authorization

\| Type| Required| Description| Response if missing|
\| --- | --- | --- | --- | --- | --- | --- | --- |
\| XUID (user ID)| yes| The user making the request must be a member of the ticket session referred to by the ticket.| 403|
\| Privileges and Device Type| yes| When the user's deviceType is set to console, only users with the multiplayer privilege in their claims are allowed to make calls to the matchmaking service.| 403|

<a id="ID4EOC" />

## HTTP status codes

The service returns an HTTP status code as it applies to MPSD.

<a id="ID4EXC" />

## Request body

No objects are sent in the body of this request.

<a id="ID4ECD" />

## Response body

No objects are sent in the body of the response.

<a id="ID4EPD" />

## See also

<a id="ID4ERD" />

##### Parent

[/serviceconfigs/{scid}/hoppers/{hoppername}/tickets/{ticketid}](/reference/live/rest/uri/matchtickets/uri-scidhoppernameticketid)


## Related topics

- [XblMatchmakingDeleteMatchTicketAsync](/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakingdeletematchticketasync.md)
- [XblMatchmakingGetMatchTicketDetailsAsync](/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggetmatchticketdetailsasync.md)
- [Multiplayer tasks](/services/xbox-services/multiplayer/mpsd/how-to/live-mpsd-how-tos.md)
- [Tareas multijugador](/es/services/xbox-services/multiplayer/mpsd/how-to/live-mpsd-how-tos.md)
- [多人游戏任务](/zh-CN/services/xbox-services/multiplayer/mpsd/how-to/live-mpsd-how-tos.md)
