cURL
curl --request DELETE \ --url https://api.example.com/reviews/{review_id}/reactions \ --header 'Content-Type: application/json' \ --data ' { "user": 123, "reaction": "like" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Unique Identifier of a review.
Review reaction
ID of the user that reacts to the review.
The reaction that is added.
like
dislike
Successful Response