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

# Delete an Achievement Localization

Delete localization metadata that’s associated with an achievement.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app resource ID from the List All Localizations for an Achievement 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 localizations

- [Create a Game Center Achievement Localization](appstoreconnectapi/post-v2-gamecenterachievementlocalizations.md)
- [Modify a Game Center Achievement Localization](appstoreconnectapi/patch-v2-gamecenterachievementlocalizations-_id_.md)
- [Delete a Game Center Achievement Localization](appstoreconnectapi/delete-v2-gamecenterachievementlocalizations-_id_.md)
- [Create an Achievement Localization](appstoreconnectapi/post-v1-gamecenterachievementlocalizations.md)
- [Edit an Achievement Localization](appstoreconnectapi/patch-v1-gamecenterachievementlocalizations-_id_.md)
