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
| Name | Type | Description |
|---|---|---|
id Required | string | 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 |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 204 | No Content | Success. | |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | An error occurred with your request. |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | Request not authorized. |
| 404 | Not Found Content-Type: application/json | ErrorResponse | Resource not found. |
| 429 | Content-Type: application/json | ErrorResponse |
Mentioned in
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.