/
/Accounts API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
Channels2
Endpoints25
  • postCreate a new event
  • getGet an event
  • getGet event types
  • postCreate an event type
  • getGet an event type by ID
  • putUpdate an event type by ID
  • deleteDelete an event type by ID
  • getGet a list of invites
  • getRetrieve all Invite Reminder Settings in the Account
  • patchModify all Invite Reminder Settings in the Account
  • getRetrieve Invite Reminder Settings specified by id
  • patchModify Invite Reminder Settings specified by id
  • getGet a list of reviews
  • postGet review stats over different time frames
  • getGet service review rating by channel ID
  • getGet a list of reviews with fewer properties per each item.
  • getGet a review by ID
  • getGet a review Veto by reviewID
  • postCreate a veto for a review
  • getGet the total number of reviews based on a filter.
  • postSave a review reply
  • deleteDelete a review reply
  • getGet a list of templates
  • postGet NPS stats for different time frames
  • postRetrieve a questionnaire link
invites1
  • getRetrieve all Invite Settings in the Account
  • patchModify all Invite Settings in the Account
  • getRetrieve Invite Settings by id
  • patchModify Invite Settings by id
Endpoints

Delete a review reply

Delete a reply to a review. NB: Because you can only have a single reply to a review you only need to provide the review id to delete it.

delete/reviews/{reviewId}/reply

Path parameters

reviewIdstring required

The review ID.

Response

The review reply was deleted.

Changes

No recorded changes to this endpoint across all 1 revision of this API.