Skip to content

beamable-sdk / api / matchmakingDeleteTicketsById

Function: matchmakingDeleteTicketsById()

matchmakingDeleteTicketsById(requester, id, gamertag?): Promise<HttpResponse<ApiMatchmakingTicketsDeleteTicketResponse>>

Defined in: src/__generated__/apis/MatchmakingApi.ts:133

Parameters

requester

HttpRequester

The HttpRequester type to use for the API request.

id

string

The id parameter to include in the API request.

gamertag?

string

Override the playerId of the requester. This is only necessary when not using a JWT bearer token.

Returns

Promise<HttpResponse<ApiMatchmakingTicketsDeleteTicketResponse>>

Remarks

Authentication: This method requires a valid bearer token in the Authorization header.