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

# Delete an app store review attachment

Remove an attachment before you send your app to App Review.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the App Store review attachment resource ID from the List all review attachments for an app store review detail response.

## Response Codes

204 No Content: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 :

## See Also

### Creating, Modifying, and Deleting Attachments

- [Create an app store review attachment](appstoreconnectapi/post-v1-appstorereviewattachments.md)
- [Commit an app store review attachment](appstoreconnectapi/patch-v1-appstorereviewattachments-_id_.md)
