Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 928 Bytes

File metadata and controls

37 lines (25 loc) · 928 Bytes
name Remove favorite map
url https://live-services.trackmania.nadeo.live
method POST
route /api/token/map/favorite/{mapUid}/remove
audience NadeoLiveServices
parameters
path
name type description required
mapUid
string
The UID of the map
true

Removes a map from your authenticated account's favorites.


Remarks:

  • This endpoint is only useful with tokens authenticated through Ubisoft user accounts (as opposed to dedicated server accounts).

Example request:

POST https://live-services.trackmania.nadeo.live/api/token/map/favorite/EgUgXeBV8vpEth2hZgSzLhlHRs8/remove

Example response:

Both successful and unsuccessful responses (including requests for maps that are not part of your favorites) have no content and return a 204 response code.

An invalid mapUid results in a 500 response code with an error object in the response body.