Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Question Removing Leaderboard Entries

Discussion in 'Leaderboards' started by AlexGalbraithCF, Apr 18, 2023.

  1. AlexGalbraithCF

    AlexGalbraithCF

    Joined:
    Aug 27, 2021
    Posts:
    8
    As mentioned in this reply it is possible to remove leaderboard entries via Cloud Code. From the like it looks like one would need to make a CURL request since the Leaderboards API v1.1 doesnt appear to have support for removing entries. Is there a guide somewhere on how to do this? All the samples appear to just use the Cloud APIs rather than making CURL requests directly.
     
  2. Unity_AndyP

    Unity_AndyP

    Unity Technologies

    Joined:
    Jun 23, 2021
    Posts:
    65
    This isn't possible through Cloud Code, currently, the only way to do this is through the Admin API with a service account.

    While this isn't possible right now, we are looking into something that should help you achieve this so keep an eye on future updates!
     
    AlexGalbraithCF likes this.