Response API: Programmatically create, read, update, and delete responses to reviews using a secure HTTP interface.
Delete Review Response
The Bazaarvoice Response API lets you programmatically manage review responses. To learn more, go to the Response API documentation home page.
Contents
This page describes how to delete a given client response record.
Request
DELETE https://[stg.]api.bazaarvoice.com/response/v1/clientResponses/{responseGuid}?passkey={RESPONSE_API_PASSKEY} HTTP/1.1 Authorization: Bearer {ACCESS_TOKEN} …
https://[stg.]api.bazaarvoice.com/contentmanagement
as the base URL for the Response API, instead of https://[stg.]api.bazaarvoice.com/response
. The contentmanagement
URL has been deprecated. However, Bazaarvoice will continue to support applications that use the contentmanagement
URL until further notice.Ellipses (…) in above example indicate that your app may generate other headers.
Parameters
Name | Description | Required |
---|---|---|
Path |
||
responseGuid |
Guid of the review response |
Yes |
QueryString |
||
passkey |
Response API passkey |
Yes |
Header |
||
Authorization |
The Authorization value will consist of the string |
Yes |
Response
Header
An HTTP status 204 indicates success. Other header values are documented in the Overview.
Body
The response will not contain any body content.
Errors
Please see Troubleshooting for a detailed description and solution for Response API errors.
The following lists specific errors which may be encountered when deleting a client response:
An invalid responseGUID
is included in the path:
An HTTP 204 code is returned, the server successfully processed the request, but is not returning any content.