Delete store review

Delete a store review

DELETE
/stores/reviews/{reviewId}
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Path Parameters

reviewIdstring

ID of the review

Response Body

curl -X DELETE "https://eu1.api.bivariant.com/v1/stores/reviews/string"
{
  "id": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}