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

# Delete an app store version submission

Remove a version from App Store review.

## URL

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

## Path Parameters

id: The unique identifier of the App Store version submission resource that you receive when you create the submission. This value is the same as the id property in the AppStoreVersionSubmission object.

## Response Codes

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

## Mentioned in

App Store Connect API 1.7 release notes

## Discussion

Discussion Use this endpoint to remove a version from App Review. This request fails with an appropriate error if the app can’t be removed from review. For more information, see Remove a submission from review. Remove a Version from App Review
