---
title: Delete a response to a customer review
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/delete-v1-customerreviewresponses-_id_
---

# Delete a response to a customer review

Delete a specific response you wrote to a customer review.

## URL

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

## Path Parameters

id: The opaque resource ID that uniquely identifies a customerReviewResponses resource that represents your review 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 :

## Discussion

Discussion Deletions of responses don’t take effect instantly in the App Store. Allow some time for the deletion to take effect.

## See Also

### Creating, Updating, and Deleting Review Responses

- [Create or update a response to a customer review](appstoreconnectapi/post-v1-customerreviewresponses.md)
