DELETE
/
reviews
curl \
-H "Authorization: Bearer API_KEY" \
-d '{"reviewId": "Ut1fWU6XkqkMayHGnJZ", "platform": "gmb"}' \
-X DELETE https://api.ayrshare.com/api/reviews
{
  "gmb": {
    "action": "delete",
    "status": "success",
    "id": "AbFvOqmQJ4xMTl2mjZl0h83TcOj_tbjK742M9xobS_MCTLgDjplzi4dBGAsn-71ASv_RGwO5JQOtRA"
  }
}
Available on Premium, Business, Enterprise plans.
Delete a reply you made on a review. You must be the owner of the reply to delete. Currently only Google Business Profile reviews are supported.

Header Parameters

Authorization
string
required
API Key of the Primary Profile.

Format: Authorization: Bearer API_KEY
Profile-Key
string
Profile Key of a User Profile.

Format: Profile-Key: PROFILE_KEY

Body Parameters

platform
string
required
Values: gmb
reviewId
string
required
The review id of the reply to delete.
curl \
-H "Authorization: Bearer API_KEY" \
-d '{"reviewId": "Ut1fWU6XkqkMayHGnJZ", "platform": "gmb"}' \
-X DELETE https://api.ayrshare.com/api/reviews
{
  "gmb": {
    "action": "delete",
    "status": "success",
    "id": "AbFvOqmQJ4xMTl2mjZl0h83TcOj_tbjK742M9xobS_MCTLgDjplzi4dBGAsn-71ASv_RGwO5JQOtRA"
  }
}