---
title: Delete a Leaderboard
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/delete-v1-gamecenterleaderboards-_id_
---

# Delete a Leaderboard

Delete a leaderboard from your app.

## URL

DELETE https://api.appstoreconnect.apple.com/v1/gameCenterLeaderboards/{id}

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the leaderboard resource ID from the Get leaderboards information response.

## Response Codes

204 No Content: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 :

## See Also

### Creating, modifying, and deleting leaderboards

- [Create a Game Center Leaderboard](appstoreconnectapi/post-v2-gamecenterleaderboards.md)
- [Modify a Game Center Leaderboard](appstoreconnectapi/patch-v2-gamecenterleaderboards-_id_.md)
- [Modify the Activity for a Game Center Leaderboard](appstoreconnectapi/patch-v2-gamecenterleaderboards-_id_-relationships-activity.md)
- [Modify the Challenge for a Game Center Leaderboard](appstoreconnectapi/patch-v2-gamecenterleaderboards-_id_-relationships-challenge.md)
- [Delete a Game Center Leaderboard](appstoreconnectapi/delete-v2-gamecenterleaderboards-_id_.md)
- [Create a Leaderboard](appstoreconnectapi/post-v1-gamecenterleaderboards.md)
- [Edit a Leaderboard](appstoreconnectapi/patch-v1-gamecenterleaderboards-_id_.md)
- [Edit the Relationship Between a Leaderboard and a Group Leaderboard](appstoreconnectapi/patch-v1-gamecenterleaderboards-_id_-relationships-groupleaderboard.md)
- [Modify the activity for a Game Center leaderboard](appstoreconnectapi/patch-v1-gamecenterleaderboards-_id_-relationships-activity.md)
- [Modify the challenge for a Game Center leaderboard](appstoreconnectapi/patch-v1-gamecenterleaderboards-_id_-relationships-challenge.md)
