Skip to main content

Delete Review

This API helps you to delete a review for an item.

Path Parameters
  • id string required

    The Unique identifier of the review.

Responses

Success response


{
"statusCode": 200,
"data": []
}
DELETE /ecommerce/v1/reviews/:id

Authorization

type: oauth2flow: clientCredentialsscopes: reviews:read,reviews:write

Request

Bearer Token
id — path required
curl -L -X DELETE 'https://posbytz.github.io/ecommerce/v1/reviews/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'