Headers:
-
Authorization: nadeo_v1 t={token}An access token for theNadeoServicesaudience
Service provided by Openplanet
Remove favorite map
DELETE
https://prod.trackmania.core.nadeo.online/maps/favorites
Headers:
Authorization: nadeo_v1 t={token}
An access token for the NadeoServices audience
Body parameters:
{mapUid}
string
The UID of the map
*
The request body contains the map to remove, identified by its mapUid:
{
"mapUid": mapUid
}
Removes a map from your authenticated account's favorites.
Remarks:
Example request:
DELETE https://prod.trackmania.core.nadeo.online/maps/favorites
{
"mapUid": "KRelvYHRjEQoqnkJ_Th8FLKzTsg"
}
Example response:
null
Both successful and unsuccessful responses (including requests for maps that are not part of your favorites or don't exist) return a 200 response code.
An invalid mapUid results in a 400 response code with an error object in the response body.