Skip to main content
DELETE
/
admin
/
projects
/
{projectId}
/
leaderboards
/
{id}
Delete a leaderboard
curl --request DELETE \
  --url https://api.engagefabric.com/admin/projects/{projectId}/leaderboards/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token for admin console authentication

Path Parameters

projectId
string
required

Project ID

id
string
required

Leaderboard ID

Response

Leaderboard deleted