Headers:
-
Authorization: nadeo_v1 t={token}An access token for theNadeoLiveServicesaudience
Service provided by Openplanet
Remove favorite map
POST
https://live-services.trackmania.nadeo.live/api/token/map/favorite/{mapUid}/remove
Headers:
Authorization: nadeo_v1 t={token}
An access token for the NadeoLiveServices audience
Path parameters:
{mapUid}
string
The UID of the map
*
Removes a map from your authenticated account's favorites.
Remarks:
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.
If the map does not exist, the response will contain an error (status 500):
{
"error":"InternalServerError",
"message":"Nadeo Live Services Internal Log",
"traceId":"Root=1-69d40bd6-34cab79440814f711e17f38a"
}