Cancel matchmaking queue

POST https://meet.trackmania.nadeo.club/api/matchmaking/{matchmakingType}/cancel

Headers:


Path parameters:

  • {matchmakingType} integer The ID of the matchmaking type *

Cancels the active matchmaking queue.


Remarks:

  • See the glossary for a list of available matchmaking types and their IDs.
  • If a match has already been found, canceling will not do anything. You must join and complete the match to avoid penalties!
  • This endpoint is only useful with tokens authenticated through Ubisoft user accounts (as opposed to dedicated server accounts).

Example request:

https://meet.trackmania.nadeo.club/api/matchmaking/5/cancel

Example response:

A successful response has no content and a 204 response code.