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

# Delete an app screenshot set

Delete an app screenshot set and all of its screenshots.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app screenshot set resource ID from the List all app screenshot sets for an app store version localization 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 and Deleting Screenshot Sets

- [Create an app screenshot set](appstoreconnectapi/post-v1-appscreenshotsets.md)
