Headers:
-
Authorization: nadeo_v1 t={token}An access token for theNadeoLiveServicesaudience
Service provided by Openplanet
Delete club
POST
https://live-services.trackmania.nadeo.live/api/token/club/{clubId}/delete
Headers:
Authorization: nadeo_v1 t={token}
An access token for the NadeoLiveServices audience
Path parameters:
{clubId}
integer
The ID of the club to delete
*
Deletes a club the player has created.
Remarks:
Example request:
POST https://live-services.trackmania.nadeo.live/api/token/club/131063/delete
Example response:
Club deleted.
If the club does not exist or the player is not a member of the club, the response will contain an error:
[
"clubMemberRole:error-notMember"
]
If the player is not the creator of the club, the response will contain an error:
[
"clubMemberRole:error-notCreator"
]