---
title: Delete an Achievement
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/delete-v1-gamecenterachievements-_id_
---

# Delete an Achievement

Delete a specific achievement.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app resource ID from the List All Achievements response.

## Response Codes

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

## Discussion

Discussion Example Request and Response

## See Also

### Creating, modifying, and deleting achievements

- [Create a Game Center Achievement](appstoreconnectapi/post-v2-gamecenterachievements.md)
- [Modify a Game Center Achievement](appstoreconnectapi/patch-v2-gamecenterachievements-_id_.md)
- [Modify the Activity for a Game Center Achievement](appstoreconnectapi/patch-v2-gamecenterachievements-_id_-relationships-activity.md)
- [Delete a Game Center Achievement](appstoreconnectapi/delete-v2-gamecenterachievements-_id_.md)
- [Create an Achievement](appstoreconnectapi/post-v1-gamecenterachievements.md)
- [Modify an Achievement](appstoreconnectapi/patch-v1-gamecenterachievements-_id_.md)
- [Modify the Group for an Achievement](appstoreconnectapi/patch-v1-gamecenterachievements-_id_-relationships-groupachievement.md)
- [Modify the activity for a Game Center achievement](appstoreconnectapi/patch-v1-gamecenterachievements-_id_-relationships-activity.md)
