---
title: Delete an app store version
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/delete-v1-appstoreversions-_id_
---

# Delete an app store version

Delete an app store version that is associated with an app.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the App Store version resource ID from the List all app store versions for an app 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 Modifying App Store Versions

- [Create an app store version](appstoreconnectapi/post-v1-appstoreversions.md)
- [Modify an app store version](appstoreconnectapi/patch-v1-appstoreversions-_id_.md)
