---
title: Delete an app screenshot
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/delete-v1-appscreenshots-_id_
---

# Delete an app screenshot

Delete an app screenshot that is associated with a screenshot set.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app screenshot resource ID from the List all app screenshots for an app screenshot set response.

## Response Codes

204 No Content: 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 429 :

## See Also

### Creating, Modifying, and Deleting Screenshots

- [Create an app screenshot](appstoreconnectapi/post-v1-appscreenshots.md)
- [Modify an app screenshot](appstoreconnectapi/patch-v1-appscreenshots-_id_.md)
