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

# Delete an app event screenshot

Delete a specific screenshot from an in-app event.

## URL

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

## Path Parameters

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

## Response Codes

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

## See Also

### Endpoints

- [List the Images for an In-App Event](appstoreconnectapi/get-v1-appeventscreenshots-_id_.md)
- [Update an app event screenshot](appstoreconnectapi/patch-v1-appeventscreenshots-_id_.md)
- [Create an app event screenshot](appstoreconnectapi/post-v1-appeventscreenshots.md)
