Contents

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

NameTypeDescription
id Requiredstring

The opaque resource ID that uniquely identifies a customerReviewResponses resource that represents your review response.

Response Codes

StatusReasonTypeDescription
204No Content

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

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