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

# Delete an Achievement Image

Delete an image that’s associated with an achievement.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the Game Center achievement images resource ID from the Read Achievement Information 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

### Managing Game Center achievements images

- [Read Game Center Achievement Image Information](appstoreconnectapi/get-v2-gamecenterachievementimages-_id_.md)
- [Create a Game Center Achievement Image](appstoreconnectapi/post-v2-gamecenterachievementimages.md)
- [Modify a Game Center Achievement Image](appstoreconnectapi/patch-v2-gamecenterachievementimages-_id_.md)
- [Delete a Game Center Achievement Image](appstoreconnectapi/delete-v2-gamecenterachievementimages-_id_.md)
- [Read Achievement Image Information](appstoreconnectapi/get-v1-gamecenterachievementimages-_id_.md)
- [Create an Achievement Image](appstoreconnectapi/post-v1-gamecenterachievementimages.md)
- [Modify an Achievement Image](appstoreconnectapi/patch-v1-gamecenterachievementimages-_id_.md)
