Contents

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

NameTypeDescription
id Requiredstring

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

StatusReasonTypeDescription
204No Content

Success.

400Bad Request
Content-Type: application/json
ErrorResponse

An error occurred with your request.

401Unauthorized
Content-Type: application/json
ErrorResponse

403Forbidden
Content-Type: application/json
ErrorResponse

Request not authorized.

404Not 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.

Remove a Version from App Review