Remove favorite map

Audience: NadeoLiveServices

POST https://live-services.trackmania.nadeo.live/api/token/map/favorite/{mapUid}/remove

Path parameters:

  • {mapUid} (string) The UID of the map *

Removes a map from your favorites.


Example request:

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

Example response:

Map favorite deleted

Example response if the requested map does not exist:

[
  "map:error-notFound"
]

Example response if the requested map is not among your favorites:

[
  "mapFavorite:error-notFound"
]