cURL
curl --request DELETE \ --url https://api.bundle.social/api/v1/misc/google-business/reviews/{reviewId}/reply \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "teamId": "<string>" } '
{ "id": "<string>", "socialAccountId": "<string>", "teamId": "<string>", "externalReviewId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "reviewerDisplayName": "<string>", "reviewerProfilePhotoUrl": "<string>", "starRating": "ONE", "comment": "<string>", "reviewReplyComment": "<string>", "reviewReplyUpdatedAt": "2023-11-07T05:31:56Z", "createTime": "2023-11-07T05:31:56Z", "updateTime": "2023-11-07T05:31:56Z", "importedAt": "2023-11-07T05:31:56Z", "deletedAt": "2023-11-07T05:31:56Z" }
Body
200
ONE
TWO
THREE
FOUR
FIVE
Was this page helpful?