Headers:
-
Authorization: nadeo_v1 t={token}An access token for theNadeoLiveServicesaudience
Service provided by Openplanet
Delete club activity
POST
https://live-services.trackmania.nadeo.live/api/token/club/{clubId}/activity/{activityId}/delete
Headers:
Authorization: nadeo_v1 t={token}
An access token for the NadeoLiveServices audience
Path parameters:
{clubId}
integer
The ID of the club the activity belongs to
*
{activityId}
integer
The activity ID of the activity to delete
*
Deletes an activity from a club.
Remarks:
Example request:
POST https://live-services.trackmania.nadeo.live/api/token/club/103034/activity/1003588/delete
Example response:
Activity deleted
If the club does not exist or the authenticated account is not a member of the club, the response will contain an error:
[
"clubMemberRole:error-notMember"
]
If the activity does not exist, the response will contain an error:
[
"activity:error-notFound"
]
If the player does not have enough permissions in the club to delete activities, the response will contain an error:
[
"clubMemberRole:error-notContentCreator"
]